diff --git a/Makefile b/Makefile index 326f5c375..27b4ca2bf 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ test: ## Runs all tests in the workspace including unit and docs tests. make test-doc .PHONY: pr -pr: lint sec rustdocs test-doc test-unit test-int test-functional ## Runs lints (without fixing), audit, docs, and tests (run this before creating a PR). +pr: lint rustdocs test-doc test-unit test-int test-functional ## Runs lints (without fixing), audit, docs, and tests (run this before creating a PR). @echo "\n\033[36m======== CHECKS_COMPLETE ========\033[0m\n" @test -z "$$(git status --porcelain)" || echo "WARNNG: You have uncommitted changes" @echo "All good to create a PR!"