diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f71d8f1..1a368f4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -46,7 +46,7 @@ jobs: RUST_TEST_TIME_INTEGRATION: 60000,120000 RUST_TEST_TIME_DOCTEST: 60000,120000 run: | - cargo test --workspace --all-targets --all-features --ensure-time --report-time + cargo test --workspace --all-targets --all-features -- --ensure-time check_format: name: check (format)