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 2bc9768 commit 285c9e3Copy full SHA for 285c9e3
Makefile
@@ -21,7 +21,7 @@ update-gomod:
21
22
.PHONY: check
23
check: default
24
- sudo GOENV=$(shell go env GOENV) go test -v ./...
+ sudo GOENV=$(shell go env GOENV) GOFLAGS=$(GOFLAGS) go test -v ./...
25
26
.PHONY: dist
27
dist:
0 commit comments