chore: Use the simple_generator
feature for simple_example
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
bc6c08b3ec
commit
b67ebe9aea
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -19,7 +19,7 @@ _default:
|
||||||
# Run the CI (Local use only)
|
# Run the CI (Local use only)
|
||||||
@ci:
|
@ci:
|
||||||
cargo fmt --all --check
|
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 clippy --workspace --all-targets --examples --tests --all-features -- -D warnings
|
||||||
cargo nextest run --workspace --all-targets --all-features
|
cargo nextest run --workspace --all-targets --all-features
|
||||||
@{{JUST_EXECUTABLE}} msrv
|
@{{JUST_EXECUTABLE}} msrv
|
||||||
|
|
Loading…
Reference in a new issue