CI: Remove unnecessary --feature flag.

`onion-service-client` is now a default feature, so we don't need to
explicitly enable it anymore.
This commit is contained in:
Gabriela Moldovan 2023-07-12 10:51:25 +01:00
parent d9e4ca9ecb
commit 0de2ee756e
No known key found for this signature in database
GPG Key ID: 3946E0ADE72BAC99
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ rust-latest:
image: rust:latest image: rust:latest
script: script:
- rustup show - rustup show
- cargo build --locked --verbose --target x86_64-unknown-linux-gnu --features onion-service-client - cargo build --locked --verbose --target x86_64-unknown-linux-gnu
- cargo test --verbose --target x86_64-unknown-linux-gnu - cargo test --verbose --target x86_64-unknown-linux-gnu
- rustup component add clippy - rustup component add clippy
- rustup show - rustup show