mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:19:21 +00:00
chore: always run tests for coverage
This commit is contained in:
4
Makefile
4
Makefile
@@ -8,8 +8,8 @@ COMMIT_SHA ?= $(shell git rev-parse HEAD)
|
||||
ZITADEL_IMAGE ?= zitadel:local
|
||||
|
||||
GOCOVERDIR = tmp/coverage/integration
|
||||
GOCOVERDIR_INTEGRATION = "$(shell pwd)/${GOCOVERDIR}"
|
||||
GOCOVERDIR_UNIT = "$(shell pwd)/tmp/coverage/unit"
|
||||
GOCOVERDIR_INTEGRATION = $(shell pwd)/${GOCOVERDIR}
|
||||
GOCOVERDIR_UNIT = $(shell pwd)/tmp/coverage/unit
|
||||
ZITADEL_MASTERKEY ?= MasterkeyNeedsToHave32Characters
|
||||
|
||||
export GOCOVERDIR GOCOVERDIR_INTEGRATION GOCOVERDIR_UNIT ZITADEL_MASTERKEY
|
||||
|
Reference in New Issue
Block a user