Skip to content

Commit

Permalink
chore(make): disable sec for now (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli authored Jan 9, 2025
1 parent ed2aba3 commit 7a2b4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit 7a2b4fc

Please sign in to comment.