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 35f5503 commit 2683b16Copy full SHA for 2683b16
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