We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16992c7 commit 8041348Copy full SHA for 8041348
1 file changed
Makefile
@@ -20,7 +20,7 @@ kooky: ${SRC}
20
21
.PHONY: test
22
test:
23
- @env GOWORK=off go test -count=1 -timeout=30s ./... | grep -v '^? '
+ @set -o pipefail && env GOWORK=off go test -count=1 -timeout=30s ./... | grep -v '^? '
24
25
.PHONY: clean
26
clean:
0 commit comments