Skip to content

Commit d0ab91e

Browse files
authored
fix make target name
1 parent 28ba01a commit d0ab91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/solana.yml

+1-1
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: make test-anchor
128+
run: make anchor-test
129129
working-directory: ./solana

0 commit comments

Comments
 (0)