We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe81d13 commit d57ccdcCopy full SHA for d57ccdc
.github/workflows/go.yml
@@ -46,7 +46,7 @@ jobs:
46
git submodule update --init
47
48
- name: Build
49
- run: GOWORK=off go build -v ./...
+ run: go build -v ./...
50
51
- name: Test
52
run: go test -race -benchmem -bench=. ./... -benchtime=100ms
0 commit comments