Skip to content

Commit

Permalink
Updated compose down in integration test command.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Apr 25, 2023
1 parent c9c05c2 commit 773c3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ integration-test:
docker-compose -f docker-compose.test.yml up -d
until </dev/tcp/localhost/22000; do sleep 15; done
cd cmd/mempool && INTEGRATION=true HASURA_HOST=127.0.0.1 HASURA_PORT=22000 bash -c 'go test -v -timeout=15s -run TestIntegration_HasuraMetadata' || true
docker compose down
docker-compose -f docker-compose.test.yml down -v

mempool:
cd cmd/mempool && go run . -c ../../build/dipdup.testnet.yml
Expand Down

0 comments on commit 773c3fc

Please sign in to comment.