Skip to content

Commit

Permalink
test race
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed May 10, 2022
1 parent b81aa33 commit b251510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
${{ runner.os }}-build-
- name: Test
run: go test -v -coverprofile=profile.cov ./...
run: go test -v -race -coverprofile=profile.cov ./...

- name: Send coverage
uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit b251510

Please sign in to comment.