Skip to content

Commit

Permalink
remove solana-test in Makefile because Solana e2e tests is ran as par…
Browse files Browse the repository at this point in the history
…t of start-e2e-test
  • Loading branch information
ws4charlie committed Jul 16, 2024
1 parent 0b4d4ff commit a4bccc4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,6 @@ start-stress-test: zetanode
@echo "--> Starting stress test"
cd contrib/localnet/ && $(DOCKER) compose --profile stress -f docker-compose.yml up -d

start-solana-test: zetanode solana
@echo "--> Starting solana test"
export E2E_ARGS="--test-solana" && \
cd contrib/localnet/ && $(DOCKER) compose --profile solana -f docker-compose.yml up -d

###############################################################################
### Upgrade Tests ###
###############################################################################
Expand Down

0 comments on commit a4bccc4

Please sign in to comment.