Skip to content

Commit

Permalink
ci: fix (cosmos#7323)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Sep 16, 2020
1 parent 984c2d4 commit 4184502
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4184502

Please sign in to comment.