Skip to content

Commit

Permalink
Merge pull request #265 from shachlanAmazon/serial-tests
Browse files Browse the repository at this point in the history
Reduce rust tests concurrency.
  • Loading branch information
shachlanAmazon authored Jun 22, 2023
2 parents ecb12e8 + c8eb3d5 commit b60111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Run tests
working-directory: ./babushka-core
run: cargo test -- --nocapture
run: cargo test -- --nocapture --test-threads=1 # TODO remove the concurrency limit after we fix test flakyness.

- name: Check features
working-directory: ./babushka-core
Expand Down

0 comments on commit b60111d

Please sign in to comment.