cosmwasm: fix terra2 test

This commit is contained in:
Paul Noel 2023-06-12 19:44:25 +00:00 committed by Paul Noel
parent ee676b28d1
commit 1badc908f5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ test/node_modules: test/package-lock.json
## Run unit and integration tests
test: artifacts test/node_modules LocalTerra
@if pgrep terrad; then echo "Error: terrad already running. Stop it before running tests"; exit 1; fi
cd LocalTerra && docker-compose up --detach
cd LocalTerra && DOCKER_BUILDKIT=1 docker-compose up --detach
sleep 5
cd test && npm run test || (cd ../LocalTerra && docker-compose down && exit 1)
cd LocalTerra && docker-compose down