Skip to content

Commit

Permalink
make testing verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
deckarep committed Dec 16, 2021
1 parent 82e1f83 commit ebd0439
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 @@ -17,5 +17,5 @@ jobs:
- name: Test
run: |
#go vet ./...
go test -race ./...
go test -v -race ./...
go test -bench=.

0 comments on commit ebd0439

Please sign in to comment.