Skip to content

Commit

Permalink
Run Tests Sequentially
Browse files Browse the repository at this point in the history
Running the tests in parallel frequently breaks things as we are changing user login data back and forth.
  • Loading branch information
Proziam authored Oct 10, 2024
1 parent bb86c15 commit 8ee9771
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 @@ -31,5 +31,5 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose -- --nocapture
run: cargo test --verbose -- --nocapture --test-threads=1

0 comments on commit 8ee9771

Please sign in to comment.