Skip to content

Commit 3833c1e

Browse files
committed
add recursive tests check
1 parent 29b7257 commit 3833c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Build
1717
run: go build -v ./...
1818
- name: Test with the Go CLI
19-
run: go test
19+
run: go test -v ./...

0 commit comments

Comments
 (0)