Skip to content

Commit d90e66c

Browse files
committed
solana: Update Makefile to execute run-tests script for testing
1 parent dcc4630 commit d90e66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solana/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717

1818

1919
test: idl sdk node_modules
20-
anchor test --skip-build
20+
./run-tests
2121

2222
idl: build
2323
@echo "IDL Version: $(VERSION)"

0 commit comments

Comments
 (0)