Skip to content

Commit

Permalink
Limit nextest build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Mar 26, 2024
1 parent e3fb97c commit 94cd788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: |
cargo llvm-cov nextest --no-report --all-features --workspace --exclude katana
cargo llvm-cov nextest --no-report -p katana
cargo llvm-cov nextest --no-report --all-features --workspace --exclude katana --build-jobs 12
cargo llvm-cov nextest --no-report -p katana
cargo llvm-cov nextest --no-report -p katana --no-default-features --features sir
cargo llvm-cov report --lcov --output-path lcov.info
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 94cd788

Please sign in to comment.