mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 16:56:53 +00:00
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: test-unit ##@tests Run basic, short tests during development
|
||||||
|
|
||||||
|
test-unit: SHELL := /bin/bash -o pipefail
|
||||||
test-unit: UNIT_TEST_PACKAGES = $(shell go list ./... | \
|
test-unit: UNIT_TEST_PACKAGES = $(shell go list ./... | \
|
||||||
grep -v /vendor | \
|
grep -v /vendor | \
|
||||||
grep -v /t/e2e | \
|
grep -v /t/e2e | \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user