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 e92019b commit 65c03ceCopy full SHA for 65c03ce
.github/workflows/go.yml
@@ -19,4 +19,4 @@ jobs:
19
go-version: 1.17
20
21
- name: Test
22
- run: go test -v ./...
+ run: go test $(go list ./... | grep -v examples)
0 commit comments