diff --git a/code/Makefile b/code/Makefile index 09cce4e79..2152001bd 100644 --- a/code/Makefile +++ b/code/Makefile @@ -7,8 +7,8 @@ lint: cargo clippy --workspace --all-features --all-targets -- -D warnings lint-fix: - cargo fmt --all cargo clippy --fix --allow-dirty --allow-staged --workspace --all-features --all-targets -- -D warnings + cargo fmt --all unit-tests: cargo nextest run \