We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed09599 commit 88f0d2cCopy full SHA for 88f0d2c
.github/workflows/go.yaml
@@ -19,4 +19,4 @@ jobs:
19
- name: Build
20
run: go build -v ./...
21
- name: Test with the Go CLI
22
- run: go test
+ run: go test -v ./...
0 commit comments