From e09f012ed57da4e8077ad51f87ad152aba8fcd3c Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 16 Feb 2023 14:46:45 +1300 Subject: [PATCH] ci: remove job limit --- .github/workflows/check-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-pull-request.yml b/.github/workflows/check-pull-request.yml index cf895e26..5a2b39f2 100644 --- a/.github/workflows/check-pull-request.yml +++ b/.github/workflows/check-pull-request.yml @@ -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/') }}