root: make tests run when running make all (#22186)

Root: make tests run when running make all
This commit is contained in:
Connor Peshek
2026-05-27 06:13:09 -05:00
committed by GitHub
parent aa41ac57e3
commit ed5b7d17b1
+1 -1
View File
@@ -73,7 +73,7 @@ rust-test: ## Run the Rust tests
$(CARGO) nextest run --workspace
test: ## Run the server tests and produce a coverage report (locally)
$(UV) run coverage run manage.py test --keepdb $(or $(filter-out $@,$(MAKECMDGOALS)),authentik)
$(UV) run coverage run manage.py test --keepdb $(or $(filter-out $@ all,$(MAKECMDGOALS)),authentik)
$(UV) run coverage combine
$(UV) run coverage html
$(UV) run coverage report