mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:27:33 +00:00
add events tests to integration
This commit is contained in:
4
Makefile
4
Makefile
@@ -138,7 +138,7 @@ core_integration_server_start: core_integration_setup
|
|||||||
|
|
||||||
.PHONY: core_integration_test_packages
|
.PHONY: core_integration_test_packages
|
||||||
core_integration_test_packages:
|
core_integration_test_packages:
|
||||||
go test -race -count 1 -tags integration -timeout 30m $$(go list -tags integration ./... | grep "integration_test")
|
go test -race -count 1 -tags integration -timeout 30m $$(go list -tags integration ./... | grep -e "integration_test" -e "events_testing")
|
||||||
|
|
||||||
.PHONY: core_integration_server_stop
|
.PHONY: core_integration_server_stop
|
||||||
core_integration_server_stop:
|
core_integration_server_stop:
|
||||||
@@ -152,7 +152,7 @@ core_integration_server_stop:
|
|||||||
|
|
||||||
.PHONY: core_integration_reports
|
.PHONY: core_integration_reports
|
||||||
core_integration_reports:
|
core_integration_reports:
|
||||||
go tool covdata textfmt -i=tmp/coverage -pkg=github.com/zitadel/zitadel/internal/...,github.com/zitadel/zitadel/cmd/... -o profile.cov
|
go tool covdata textfmt -i=tmp/coverage -pkg=github.com/zitadel/zitadel/internal/...,github.com/zitadel/zitadel/cmd/...,,github.com/zitadel/zitadel/backend/... -o profile.cov
|
||||||
|
|
||||||
.PHONY: core_integration_test
|
.PHONY: core_integration_test
|
||||||
core_integration_test: core_integration_server_start core_integration_test_packages core_integration_server_stop core_integration_reports
|
core_integration_test: core_integration_server_start core_integration_test_packages core_integration_server_stop core_integration_reports
|
||||||
|
Reference in New Issue
Block a user