Skip to content

Commit

Permalink
Run tests sequentially in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nordzilla committed Jan 25, 2024
1 parent b76108f commit f594efd
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 @@ -19,7 +19,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose -- --test-threads=1
- name: Install cargo-llvm-cov
run: cargo install cargo-llvm-cov
- name: Generate code coverage
Expand Down

0 comments on commit f594efd

Please sign in to comment.