Skip to content

Commit

Permalink
ci: updated go test command in workflow (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Dec 16, 2023
1 parent ee9768f commit e5f165c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: go build -v .

- name: Test
run: go test -coverprofile="coverage.txt" -covermode=atomic -p 1 -v .
run: go test -coverprofile="coverage.txt" -covermode=atomic -p 1 .

- name: Upload coverage to Codecov
if: success() && matrix.os == 'windows-latest'
Expand Down

0 comments on commit e5f165c

Please sign in to comment.