update drone yaml

This commit is contained in:
Rohan Sircar 2021-04-28 16:16:57 +05:30
parent c12fb24404
commit 7ad00ac0ac

View File

@ -18,6 +18,6 @@ steps:
- cargo test --verbose --all - cargo test --verbose --all
- name: package - name: package
image: guangie88/rustfmt-clippy:1.51.0-stable image: guangie88/rustfmt-clippy:1.51.0-stable
depends_on: [check, test, lint] depends_on: [test, lint]
commands: commands:
- cargo build --verbose --all - cargo build --verbose --all