Skip to content

Commit 10cc97b

Browse files
committed
Fix test step
1 parent 6e20a76 commit 10cc97b

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 -v .
32+
run: make test

0 commit comments

Comments
 (0)