Update Makefile

Co-authored-by: Mac L <mjladson@pm.me>
This commit is contained in:
chonghe
2023-10-03 18:38:27 +08:00
committed by Tan Chee Keong
parent 022bcc4b67
commit 1385da6cf7

View File

@@ -191,7 +191,6 @@ cli:
# Runs the entire test suite, downloading test vectors if required.
test-full: cargo-fmt test-release test-debug test-ef test-exec-engine
# Lints the code for bad style and potentially unsafe arithmetic using Clippy.
# Clippy lints are opt-in per-crate for now. By default, everything is allowed except for performance and correctness lints.
lint: