Skip to content

Commit 60352dd

Browse files
authored
Reduce number of threads for nightly. (#2603)
1 parent e451be1 commit 60352dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
- name: Build
7777
run: cargo build --all --release --all-features
7878
- name: Run tests
79-
run: cargo test --all --release --verbose --all-features -- --include-ignored --nocapture
79+
run: cargo test --all --release --verbose --all-features -- --include-ignored --nocapture --test-threads=2

0 commit comments

Comments
 (0)