Skip to content

Commit 0e3712d

Browse files
committed
skip anchor build on test
1 parent 8817cf5 commit 0e3712d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/solana.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ jobs:
146146
run: |
147147
git diff --exit-code ts/idl
148148
- name: Run tests
149-
run: anchor test
149+
run: anchor test --skip-build
150150
shell: bash

solana/Anchor.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cluster = "localnet"
2020
wallet = "keys/test.json"
2121

2222
[scripts]
23-
test = "yarn test:ci"
23+
test = "npm run test:ci"
2424

2525
[test]
2626
startup_wait = 5000

0 commit comments

Comments
 (0)