From afd863a9be9e8abeaf0803d86497af8cefbb0fff Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Sun, 5 Jan 2025 15:02:53 +0200 Subject: [PATCH] chore: update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 1c2d281..d6e631b 100644 --- a/justfile +++ b/justfile @@ -23,7 +23,7 @@ test: RUSTC_WRAPPER=sccache RUST_BACKTRACE=full cargo nextest run --no-default-features --all-targets # Run CI localy -CI: +ci: #!/bin/bash set -e cargo fmt --all -- --check