Skip to content

Commit fba9bc2

Browse files
committed
Run tests in sub-directories
1 parent d7915f6 commit fba9bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: go build -v .
3535

3636
- name: Test
37-
run: go test -v .
37+
run: go test -v ./...

0 commit comments

Comments
 (0)