We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bc144 commit 36104b8Copy full SHA for 36104b8
1 file changed
.github/workflows/go.yml
@@ -24,6 +24,7 @@ jobs:
24
go get -u github.com/onsi/ginkgo/ginkgo
25
go install github.com/onsi/ginkgo/ginkgo
26
go get -u golang.org/x/lint/golint
27
+ go install golang.org/x/lint/golint
28
- name: Run tests
29
run: |
30
ginkgo -r -cover --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --progress
0 commit comments