Skip to content

Commit

Permalink
Do not parallelize test run
Browse files Browse the repository at this point in the history
Signed-off-by: Anjan Roy <[email protected]>
  • Loading branch information
itzmeanjan committed Jan 25, 2025
1 parent d9e8b05 commit 54deb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- uses: actions/checkout@v4

- name: Build and Test on ${{ matrix.os }}
run: cargo test --profile test-release -j$(nproc --all)
run: cargo test --profile test-release

0 comments on commit 54deb51

Please sign in to comment.