diff --git a/.drone.yml b/.drone.yml index 21f3b85..156f8af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,7 +69,7 @@ steps: commands: - export CARGO_HOME=/tmp/cargo - export CARGO_TARGET_DIR=/tmp/cargo-target - - cargo test --lib -- --nocapture + - cargo test -- --nocapture - name: crates.io image: ayravat/rust:1.53.0-docker