Skip to content

Commit

Permalink
run tests verbosely
Browse files Browse the repository at this point in the history
  • Loading branch information
sysread committed Oct 24, 2024
1 parent ee102bb commit fa3d756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
go-version: '1.23'

- name: Run tests
run: go test ./...
run: go test -v ./...

0 comments on commit fa3d756

Please sign in to comment.