Skip to content

Commit

Permalink
make tests more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
beac0n committed Sep 15, 2024
1 parent cea5481 commit c9bad23
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 end to end
run: make test_end_to_end
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose -- --test-threads=1
env:
RUST_BACKTRACE: 'full'
CARGO_INCREMENTAL: '0'
Expand Down

0 comments on commit c9bad23

Please sign in to comment.