From 44e4d6c9734cec3e5922aa4f8c93082938d376bc Mon Sep 17 00:00:00 2001 From: Kyrylo Stepanov Date: Thu, 10 Oct 2024 14:44:30 +0300 Subject: [PATCH] update CI --- .github/workflows/ci-lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-lint-test.yml b/.github/workflows/ci-lint-test.yml index 5d0300e..c89b393 100644 --- a/.github/workflows/ci-lint-test.yml +++ b/.github/workflows/ci-lint-test.yml @@ -85,4 +85,4 @@ jobs: solana-install init ${{ env.SOLANA_VERSION }} - name: Run tests - run: cargo test-bpf + run: cargo test-sbf --features testing