Skip to content

Commit 5acdb66

Browse files
committed
Remove --test-threads 1 on Azure
1 parent 8156af3 commit 5acdb66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/azure-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ steps:
1616

1717
- script: cargo build
1818
displayName: "Normal build"
19-
- bash: cargo test $NO_RUN -- --test-threads 1
19+
- bash: cargo test $NO_RUN
2020
displayName: "Crate tests"
21-
- bash: cargo test $NO_RUN --features parallel -- --test-threads 1
21+
- bash: cargo test $NO_RUN --features parallel
2222
displayName: "Crate tests (parallel)"
2323
- bash: cargo test $NO_RUN --manifest-path cc-test/Cargo.toml --target $TARGET
2424
displayName: "cc-test tests"

0 commit comments

Comments
 (0)