Skip to content

Commit

Permalink
disable multithreaded testing
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Sep 18, 2023
1 parent e3a21ee commit 49a0ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --no-fail-fast --locked
args: --no-fail-fast --locked -- --test-threads 1 # disable parallelism due to issue with test-tube that cause flaky tests
env:
RUST_BACKTRACE: 1

Expand Down

0 comments on commit 49a0ab9

Please sign in to comment.