1 parent 1cde61a commit 52ecb6bCopy full SHA for 52ecb6b
1 file changed
.github/workflows/build-test.yml
@@ -22,4 +22,4 @@ jobs:
22
run: go build -v .
23
24
- name: Test
25
- run: go test -v .
+ run: go test -v ./...
0 commit comments