This commit is contained in:
Marko 2020-09-16 10:54:54 +02:00 committed by GitHub
parent 984c2d4179
commit 41845021b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -225,6 +225,7 @@ jobs:
if: "env.GIT_DIFF != ''"
- name: Run tests with race detector
run: cat xaa.txt | xargs go test -mod=readonly -timeout 15m -race -tags='cgo ledger test_ledger_mock'
if: "env.GIT_DIFF != ''"
test-race-2:
runs-on: ubuntu-latest
@ -245,6 +246,7 @@ jobs:
if: "env.GIT_DIFF != ''"
- name: Run tests with race detector
run: cat xab.txt | xargs go test -mod=readonly -timeout 15m -race -tags='cgo ledger test_ledger_mock'
if: "env.GIT_DIFF != ''"
test-race-3:
runs-on: ubuntu-latest
@ -265,6 +267,7 @@ jobs:
if: "env.GIT_DIFF != ''"
- name: Run tests with race detector
run: cat xac.txt | xargs go test -mod=readonly -timeout 15m -race -tags='cgo ledger test_ledger_mock'
if: "env.GIT_DIFF != ''"
test-race-4:
runs-on: ubuntu-latest
@ -285,6 +288,7 @@ jobs:
if: "env.GIT_DIFF != ''"
- name: Run tests with race detector
run: cat xad.txt | xargs go test -mod=readonly -timeout 15m -race -tags='cgo ledger test_ledger_mock'
if: "env.GIT_DIFF != ''"
liveness-test:
runs-on: ubuntu-latest