Skip to content

Commit

Permalink
Re-introduce LOOM_MAX_BRANCHES=100000 since Windows tests were flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jun 10, 2024
1 parent c393338 commit 3059e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# Run `cargo test` with all combinations of features. Including loom correctness testing
- name: Test
run: cargo hack --feature-powerset --exclude-all-features --optional-deps loom test
run: LOOM_MAX_BRANCHES=100000 cargo hack --feature-powerset --exclude-all-features --optional-deps loom test

# Run `cargo test` but with artificial delay injected into some code paths. This helps
# running through some hard-to-time code paths. loom testing is not included since it is not
Expand Down

0 comments on commit 3059e32

Please sign in to comment.