Skip to content

Commit 28ba01a

Browse files
authored
run make target in anchor test in CI
1 parent 89ab74d commit 28ba01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/solana.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ jobs:
125125
run: yarn
126126
working-directory: ./solana
127127
- name: anchor test --arch sbf
128-
run: anchor test --arch sbf
129-
working-directory: ./solana
128+
run: make test-anchor
129+
working-directory: ./solana

0 commit comments

Comments
 (0)