We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a87ee commit 08ecf81Copy full SHA for 08ecf81
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Build
15
run: go build -v ./...
16
- name: Test with the Go CLI
17
- run: go test ./...
+ run: go test -v ./...
18
19
golangci:
20
name: lint
0 commit comments