Add test target to solana Makefile

This commit is contained in:
Chirantan Ekbote 2022-04-13 20:16:40 +09:00 committed by Chirantan Ekbote
parent efdc560976
commit 589c8023d0
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ deploy/nft_bridge: nft_bridge-buffer-$(NETWORK).txt
@echo Deployed nft bridge contract at:
@cat $<
test:
@echo "Running integration tests"
DOCKER_BUILDKIT=1 docker build -f Dockerfile --target ci_tests .
clean:
rm -rf artifacts-mainnet artifacts-testnet artifacts-devnet *-buffer-*.txt