Skip to content

Commit 8acbbdf

Browse files
kolyshkinpolyfloyd
authored andcommitted
ci: do run Go tests
Apparently, what happens in GHA CI now is: > go test -test.v -race -cover > shell: /usr/bin/bash -e {0} > ? github.com/polyfloyd/go-errorlint [no test files] Fix this. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent 285a074 commit 8acbbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: go build
2626
run: go build -v
2727
- name: go test
28-
run: go test -test.v -race -cover
28+
run: go test -test.v -race -cover ./...
2929

3030
conventional-commits:
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)