update drone yaml

This commit is contained in:
Rohan Sircar 2021-04-28 16:21:42 +05:30
parent 7ad00ac0ac
commit 0e5b787657

View File

@ -9,11 +9,13 @@ steps:
- cargo check --workspace - cargo check --workspace
- name: lint - name: lint
image: guangie88/rustfmt-clippy:1.51.0-stable image: guangie88/rustfmt-clippy:1.51.0-stable
depends_on: [check]
commands: commands:
- cargo fmt --all -- --check - cargo fmt --all -- --check
- cargo clippy -- -D warnings - cargo clippy -- -D warnings
- name: test - name: test
image: guangie88/rustfmt-clippy:1.51.0-stable image: guangie88/rustfmt-clippy:1.51.0-stable
depends_on: [check]
commands: commands:
- cargo test --verbose --all - cargo test --verbose --all
- name: package - name: package