Skip to content

Commit

Permalink
use a single thread for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Sep 28, 2023
1 parent cd10a05 commit 5f199b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
env:
SOL_RPC_ENDPOINT: ${{ secrets.SOL_RPC_ENDPOINT }}
with:
command: test
command: test -- --test-threads=1

0 comments on commit 5f199b8

Please sign in to comment.