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.
2 parents 3b25aa6 + 9db3431 commit a17ac06Copy full SHA for a17ac06
Makefile
@@ -24,8 +24,6 @@
24
SHELL:=/usr/bin/env bash
25
.DEFAULT_GOAL:=help
26
27
-export WHAT ?= ./...
28
-
29
# Use GOPROXY environment variable if set
30
GOPROXY := $(shell go env GOPROXY)
31
ifeq ($(GOPROXY),)
hack/test-all.sh
@@ -20,7 +20,7 @@ source $(dirname ${BASH_SOURCE})/common.sh
20
21
header_text "running go test"
22
23
-go test -race ${MOD_OPT} ${WHAT}
+go test -race ${MOD_OPT} ./...
if [[ -n ${ARTIFACTS:-} ]]; then
if grep -Rin '<failure type="Failure">' ${ARTIFACTS}/*; then exit 1; fi
0 commit comments