Skip to content

Commit 52ecb6b

Browse files
committed
Let CI run all tests
1 parent 1cde61a commit 52ecb6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: go build -v .
2323

2424
- name: Test
25-
run: go test -v .
25+
run: go test -v ./...

0 commit comments

Comments
 (0)