diff --git a/Justfile b/Justfile index 6693c8b90..69bdeea3d 100644 --- a/Justfile +++ b/Justfile @@ -3,7 +3,7 @@ alias r := release alias t := testnet lint: - cargo clippy + cargo clippy --locked --no-deps -- -D warnings taplo lint && taplo fmt --check build: lint