Skip to content

Commit

Permalink
ci: thread=1 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Dec 16, 2024
1 parent 41b7c61 commit 43678e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
# only these unit tests require a network, the rest are run above in unit test section
- name: Run autonomi --tests
run: cargo test --package autonomi --tests -- --nocapture
run: cargo test --package autonomi --tests -- --nocapture --test-threads=1
env:
ANT_LOG: "v"
# only set the target dir for windows to bypass the linker issue.
Expand Down

0 comments on commit 43678e8

Please sign in to comment.