From 41845021b759e7ef0811a400cc3e6888d086cd83 Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 16 Sep 2020 10:54:54 +0200 Subject: [PATCH] ci: fix (#7323) --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee4ba111ee06..cf862c928f18 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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