Browse Source

fail ci on clippy warnings

pull/42/head
jake 3 years ago
parent
commit
2213bcee64
  1. 2
      .drone.yml

2
.drone.yml

@ -24,7 +24,7 @@ steps:
- name: target-cache
path: /drone/src/target
commands:
- cargo clippy
- cargo clippy --deny warnings
- name: test
image: rustlang/rust:nightly
volumes:

Loading…
Cancel
Save