Skip to content

Commit

Permalink
Fixed test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil Simpson committed Mar 13, 2024
1 parent 445df17 commit d3e10ed
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 @@ -30,7 +30,7 @@ jobs:
run: go build -v ./...

- name: Test
run: go test ./... -v -race -r -covermode=atomic -coverprofile=coverage.out
run: go test ./... -v -race -p -covermode=atomic -coverprofile=coverage.out

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit d3e10ed

Please sign in to comment.