From 928a548cb0f5e81d8607a311791e9461024ffaf3 Mon Sep 17 00:00:00 2001 From: lthiery Date: Thu, 5 Oct 2023 11:58:23 -0700 Subject: [PATCH] fix cargo test action --- .github/workflows/rust.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7b4d427..58d1a3d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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