diff --git a/.drone.yml b/.drone.yml index 51c08de..6cffe26 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,8 @@ steps: image: rust:1.49.0-slim commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libsqlite3-dev - - cargo build --verbose --all - - cargo test --verbose --all + - cargo build --all + - cargo test --all - name: test suite image: rust:1.53.0-slim-bullseye