Skip to content

Commit

Permalink
Use go test -count=1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
nickajacks1 committed Mar 3, 2024
1 parent e900945 commit 992f973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: go install gotest.tools/[email protected]

- name: Run gotestsum
run: gotestsum -f testname -- ./... -race
run: gotestsum -f testname -- ./... -race -count=1

0 comments on commit 992f973

Please sign in to comment.