Skip to content

Commit b529339

Browse files
committed
Remove -v from go test in GitHub workflow
1 parent 88afb1c commit b529339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
run: go build ./...
2222

2323
- name: Test
24-
run: go test -v ./...
24+
run: go test ./...

0 commit comments

Comments
 (0)