We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--test-threads 1
1 parent 8156af3 commit 5acdb66Copy full SHA for 5acdb66
ci/azure-steps.yml
@@ -16,9 +16,9 @@ steps:
16
17
- script: cargo build
18
displayName: "Normal build"
19
- - bash: cargo test $NO_RUN -- --test-threads 1
+ - bash: cargo test $NO_RUN
20
displayName: "Crate tests"
21
- - bash: cargo test $NO_RUN --features parallel -- --test-threads 1
+ - bash: cargo test $NO_RUN --features parallel
22
displayName: "Crate tests (parallel)"
23
- bash: cargo test $NO_RUN --manifest-path cc-test/Cargo.toml --target $TARGET
24
displayName: "cc-test tests"
0 commit comments