gov: port integration tests (#6120)

This commit is contained in:
atheeshp
2020-05-10 16:25:27 +02:00
committed by GitHub
parent df4335a2f6
commit dd148fcd7a
4 changed files with 350 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ jobs:
run: |
make build
if: "env.GIT_DIFF != ''"
- name: test & coverage report creation
run: |
go test ./... -mod=readonly -timeout 12m -race -coverprofile=coverage.txt -covermode=atomic -tags='ledger test_ledger_mock'