Skip to content

Commit 88f0d2c

Browse files
committed
fix gh actions
1 parent ed09599 commit 88f0d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Build
2020
run: go build -v ./...
2121
- name: Test with the Go CLI
22-
run: go test
22+
run: go test -v ./...

0 commit comments

Comments
 (0)