Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
ci: remove job limit
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy-bebug committed Feb 16, 2023
1 parent 87eb1e1 commit e09f012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-test-
- run: cargo test --workspace --all-features --all-targets ${{ env.CARGO_ARGS }} --jobs 1
- run: cargo test --workspace --all-features --all-targets ${{ env.CARGO_ARGS }}

coverage:
if: ${{ !startsWith(github.head_ref, 'release/') }}
Expand Down

0 comments on commit e09f012

Please sign in to comment.