Skip to content

Commit

Permalink
test -v
Browse files Browse the repository at this point in the history
  • Loading branch information
solokirrik committed Jan 24, 2024
1 parent 36a27b2 commit 23d3b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
go-version: 1.18

- name: Test
run: go test -coverprofile=coverage.txt -json ./... > test.json
run: go test -v

- name: Annotate tests
if: always()
Expand Down

0 comments on commit 23d3b4a

Please sign in to comment.