Skip to content

Commit fef128b

Browse files
authored
Merge pull request #389 from shazow/shazow-patch-2
ci: Test all sub-packages
2 parents af50297 + 1ef05d0 commit fef128b

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)