fix: exitcode for unit tests
This commit is contained in:
parent
59af87b82f
commit
7c08429689
1
Makefile
1
Makefile
|
@ -309,6 +309,7 @@ docker-test: ##@tests Run tests in a docker container with golang.
|
|||
|
||||
test: test-unit ##@tests Run basic, short tests during development
|
||||
|
||||
test-unit: SHELL := /bin/bash -o pipefail
|
||||
test-unit: UNIT_TEST_PACKAGES = $(shell go list ./... | \
|
||||
grep -v /vendor | \
|
||||
grep -v /t/e2e | \
|
||||
|
|
Loading…
Reference in New Issue