We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae89832 commit 68a5ed9Copy full SHA for 68a5ed9
1 file changed
.github/workflows/go.yml
@@ -31,5 +31,5 @@ jobs:
31
# run: go build -v ./...
32
33
- name: Test
34
- run: go test -v ./...
+ run: go test -mod=vendor -v ./...
35
0 commit comments