diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 2f67c92..2148e89 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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 diff --git a/scripts/integration-setup.sh b/scripts/integration-setup.sh index 10c8c1a..579188d 100755 --- a/scripts/integration-setup.sh +++ b/scripts/integration-setup.sh @@ -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