fix: exitcode for unit tests

This commit is contained in:
Anton Iakimov 2023-08-18 12:14:00 +02:00
parent 59af87b82f
commit 7c08429689
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 1 additions and 0 deletions

View File

@ -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 | \