chore: Use the simple_generator feature for simple_example

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-08-12 20:15:27 +00:00
parent bc6c08b3ec
commit b67ebe9aea
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -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