Skip to content

Commit 1ef05d0

Browse files
authored
ci: Test all sub-packages
1 parent af50297 commit 1ef05d0

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
@@ -29,4 +29,4 @@ jobs:
2929
run: go build -v .
3030

3131
- name: Test
32-
run: go test -race -vet "all" -v .
32+
run: go test -race -vet "all" -v ./...

0 commit comments

Comments
 (0)