ci
Some checks failed
Test / Run unit tests (pull_request) Failing after 55s
Test / Run integration tests (pull_request) Failing after 57s

This commit is contained in:
Roy Crihfield 2023-07-06 17:56:45 +08:00
parent 8f55d2f298
commit cb301a9429
2 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ jobs:
go-version-file: 'go.mod'
check-latest: true
- name: "Run DB container"
run: docker compose -f test/compose.yml up --wait
run: docker -l debug compose -f test/compose.yml up --wait
- name: "Run tests"
run: go test -v ./...
@ -67,4 +67,5 @@ jobs:
- name: "Run tests"
run: |
pytest -v \
--accounts-url="$GETH_BOOTNODE_URL/accounts.csv"
--accounts-url="$GETH_BOOTNODE_URL/accounts.csv" \
-k test_basic_db

View File

@ -15,7 +15,7 @@ echo CERC_STATEDIFF_DB_GOOSE_MIN_VER=18 >> $CONFIG_DIR/stack.env
# Build and deploy a cluster with only what we need from the stack
$laconic_so setup-repositories \
--exclude github.com/cerc-io/ipld-eth-server,github.com/cerc-io/tx-spammer,git.vdb.to/cerc-io/plugeth,git.vdb.to/cerc-io/plugeth-statediff \
--exclude github.com/dboreham/foundry,github.com/cerc-io/tx-spammer,github.com/cerc-io/ipld-eth-server,git.vdb.to/cerc-io/plugeth,git.vdb.to/cerc-io/plugeth-statediff \
--branches-file ./test/stack-refs.txt \
--git-ssh