Skip to content

Commit d7ad19f

Browse files
committed
verbose output in test workflow
1 parent 5173b39 commit d7ad19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: go mod download
1818

1919
- name: Run tests
20-
run: go test -race ./...
20+
run: go test -v -race ./...

0 commit comments

Comments
 (0)