From 0de2ee756e08eef4f78b105e1cef077c57b16d51 Mon Sep 17 00:00:00 2001 From: Gabriela Moldovan Date: Wed, 12 Jul 2023 10:51:25 +0100 Subject: [PATCH] CI: Remove unnecessary --feature flag. `onion-service-client` is now a default feature, so we don't need to explicitly enable it anymore. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56627b41f..881ae8a6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,7 +94,7 @@ rust-latest: image: rust:latest script: - 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 - rustup component add clippy - rustup show