Skip to content

Commit fc6aadd

Browse files
committed
update ci to run all tests
1 parent ac52ce6 commit fc6aadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
with:
3939
go-version: '1.22'
4040
- name: Test
41-
run: go test -test.v
41+
run: go test ./... -v

0 commit comments

Comments
 (0)