Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Jul 1, 2024
1 parent 2cb138d commit a5d6d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Vet
run: go vet ./...
- name: Test
run: go test -v -shuffle on -race -buildvcs -covermode=atomic -coverprofile=coverage.out
run: go test -v -shuffle on -race -buildvcs -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload Code Coverage
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit a5d6d82

Please sign in to comment.