Skip to content

Commit

Permalink
fix cargo test action
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Oct 5, 2023
1 parent 793fb5d commit 928a548
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
args: --all-features -- -Dclippy::all

- name: Test
uses: actions-rs/cargo@v1
env:
SOL_RPC_ENDPOINT: ${{ secrets.SOL_RPC_ENDPOINT }}
with:
command: test -- --test-threads=1
run: cargo test -- --test-threads=1

0 comments on commit 928a548

Please sign in to comment.