From 6241f7c2066e848234efd735dbd40973414827c5 Mon Sep 17 00:00:00 2001 From: Khanh Hoa Date: Wed, 15 Jan 2025 13:15:16 +0700 Subject: [PATCH] update --- code/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \