diff --git a/Justfile b/Justfile index fb19106..23a0727 100644 --- a/Justfile +++ b/Justfile @@ -19,7 +19,7 @@ _default: # Run the CI (Local use only) @ci: cargo fmt --all --check - cargo build -F 'cacache-storage' --example simple_login + cargo build -F 'simple_generator' --example simple_login cargo clippy --workspace --all-targets --examples --tests --all-features -- -D warnings cargo nextest run --workspace --all-targets --all-features @{{JUST_EXECUTABLE}} msrv