Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Feb 19, 2023
1 parent 198ea99 commit 02d6a2a
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 @@ -48,7 +48,7 @@ jobs:
run: go generate ./... && git diff --exit-code

- name: Go Build
run: go build -v ./...
run: go build -o /dev/null ./...

- name: Go Test
run: go test -v -count=1 ${{ inputs.race }} -shuffle=on -coverprofile=coverage.txt ./...
Expand Down

0 comments on commit 02d6a2a

Please sign in to comment.