Skip to content

Commit 2cdad0b

Browse files
author
Vic Shóstak
committed
Update GH workflows (Go)
1 parent 6b9e73f commit 2cdad0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: go run github.com/go-critic/go-critic/cmd/gocritic@latest check -enableAll ./...
3333

3434
- name: Run Go test with coverage report
35-
run: go test -race ./...
35+
run: go test -race -cover ./...

0 commit comments

Comments
 (0)