mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:07:32 +00:00
chore: always run tests for coverage
This commit is contained in:
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ VERSION ?= development-$(now)
|
|||||||
COMMIT_SHA ?= $(shell git rev-parse HEAD)
|
COMMIT_SHA ?= $(shell git rev-parse HEAD)
|
||||||
ZITADEL_IMAGE ?= zitadel:local
|
ZITADEL_IMAGE ?= zitadel:local
|
||||||
|
|
||||||
GOCOVERDIR = "tmp/coverage/integration"
|
GOCOVERDIR = "$(shell pwd)/tmp/coverage/integration"
|
||||||
GOCOVERDIR_UNIT = "$(shell pwd)/tmp/coverage/unit"
|
GOCOVERDIR_UNIT = "$(shell pwd)/tmp/coverage/unit"
|
||||||
ZITADEL_MASTERKEY ?= MasterkeyNeedsToHave32Characters
|
ZITADEL_MASTERKEY ?= MasterkeyNeedsToHave32Characters
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user