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