Skip to content

Commit 1450d19

Browse files
committed
update the Test action to test all packages
1 parent ccead19 commit 1450d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
run: go build -v .
2121

2222
- name: Test
23-
run: go test . -v
23+
run: go test -v ./...

0 commit comments

Comments
 (0)