Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
Fix flag.
  • Loading branch information
manugarg committed Jun 17, 2023
1 parent 44adc74 commit 379cd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Test
run: |
go install gotest.tools/gotestsum@latest
gotestsum --rerun-fails --packages=./... --stderrthreshold=WARNING -- ${{ env.EXTRA_TEST_FLAGS }} -race -covermode=atomic
gotestsum --rerun-fails --packages=./... -- --stderrthreshold=WARNING ${{ env.EXTRA_TEST_FLAGS }} -race -covermode=atomic
- name: Privileged ping tests.
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit 379cd49

Please sign in to comment.