Skip to content

Commit

Permalink
Limit to 2 jobs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Jan 15, 2025
1 parent cd839b3 commit 00ff3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
tool: cargo-llvm-cov,cargo-nextest
- name: Generate code coverage
run: |
cargo +nightly llvm-cov nextest --all-features --lcov --output-path lcov.info
cargo +nightly llvm-cov nextest --all-features --lcov --output-path lcov.info -j 2
- name: Coveralls
uses: coverallsapp/github-action@v2
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: clippy
run: cargo clippy --all-targets --all-features
- name: "Test"
run: cargo nextest run --all-features
run: cargo nextest run --all-features -j 2

0 comments on commit 00ff3e6

Please sign in to comment.