Skip to content

Commit

Permalink
ci: Use one test thread on Windows CI. (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk authored Aug 5, 2024
1 parent 60e9a82 commit 01bf34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Run tests
# Only test the library and binaries, not the docs
# There were some issues with the docs tests timing out on Windows CI
run: cargo test --features highs,cbc --verbose --lib --bins
run: cargo test --features highs,cbc --verbose --lib --bins -- --test-threads=1

0 comments on commit 01bf34e

Please sign in to comment.