debug compose
Some checks failed
Test / Run unit tests (pull_request) Failing after 3m21s
Test / Run integration tests (pull_request) Failing after 15m52s

This commit is contained in:
Roy Crihfield 2023-07-11 22:24:46 +08:00
parent ff0512bbab
commit c1f5689b15

View File

@ -30,7 +30,7 @@ jobs:
run: |
set -x
docker compose -f test/compose.yml up --attach ipld-eth-db &
sleep 10
sleep 60
docker ps
go test -v ./...
# - name: "Run tests"