diff --git a/.drone.yml b/.drone.yml index 894c9fb..94a2a4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,5 @@ steps: - name: cargo test image: rust:latest commands: - - apt-get update - - apt-get install -y libsqlite3-dev - cargo build --verbose --all - cargo test --verbose --all \ No newline at end of file