ci
This commit is contained in:
parent
8f55d2f298
commit
cb301a9429
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user