interface changes from ethdb.Database and state/storage validation, run db container(s) for go test -v ./... in CICD

This commit is contained in:
Michael Shaw
2023-03-15 17:35:44 -04:00
parent 31c3436624
commit 8f5cee5be6
5 changed files with 62 additions and 12 deletions
+8 -1
View File
@@ -20,4 +20,11 @@ jobs:
- name: Build
run: go build -v ./...
- name : Bring up docker DB containers
run: docker compose up -d
- name: Run test
run: |
sleep 30;
go test -v ./...