ci
This commit is contained in:
parent
cb301a9429
commit
9e72979aeb
@ -19,9 +19,12 @@ jobs:
|
||||
go-version-file: 'go.mod'
|
||||
check-latest: true
|
||||
- name: "Run DB container"
|
||||
run: docker -l debug compose -f test/compose.yml up --wait
|
||||
- name: "Run tests"
|
||||
run: go test -v ./...
|
||||
run: |
|
||||
set -x
|
||||
docker -l debug compose -f test/compose.yml up --wait
|
||||
go test -v ./...
|
||||
# - name: "Run tests"
|
||||
# run: go test -v ./...
|
||||
|
||||
integration-tests:
|
||||
name: "Run integration tests"
|
||||
|
@ -16,8 +16,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/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
|
||||
--branches-file ./test/stack-refs.txt
|
||||
|
||||
$laconic_so build-containers \
|
||||
--exclude cerc/ipld-eth-server,cerc/keycloak,cerc/tx-spammer,cerc/foundry
|
||||
|
Loading…
Reference in New Issue
Block a user