We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d077fb6 commit 2dc4c6aCopy full SHA for 2dc4c6a
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
OUT="$(gofmt -l -d ./)"; test -z "$OUT" || (echo "$OUT" && return 1)
37
golint -set_exit_status
38
go vet -v ./...
39
- go test -race -v -coverprofile=coverage.txt -covermode=atomic ./
+ go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
40
41
build:
42
name: Build ${{matrix.go}}
0 commit comments