Skip to content

Commit

Permalink
Run one test at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed May 29, 2024
1 parent f0d99ca commit 4f0ca82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
run: cargo build --all-targets

- name: Test
run: sudo cargo test --jobs 1
run: sudo cargo test -- --test-threads=1

0 comments on commit 4f0ca82

Please sign in to comment.