Skip to content

Commit

Permalink
ci: remove unused build tags from go test (#1397)
Browse files Browse the repository at this point in the history
Closes #1396
  • Loading branch information
rootulp committed Feb 17, 2023
1 parent 2733e08 commit 8ee0d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
cat pkgs.txt.part.${{ matrix.part }} |
xargs go test -mod=readonly -timeout 30m
-coverprofile=${{ matrix.part }}profile.out
-covermode=atomic -tags='norace ledger test_ledger_mock'
-covermode=atomic
if: env.GIT_DIFF
- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
run: >
cat pkgs.txt.part.${{ matrix.part }} |
xargs go test -mod=readonly -json -timeout 30m
-race -test.short -tags='cgo' > ${{ matrix.part }}-race-output.txt
-race -test.short > ${{ matrix.part }}-race-output.txt
if: env.GIT_DIFF
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8ee0d07

Please sign in to comment.