Browse Source

fail ci on clippy warnings for real this time

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

2
.drone.yml

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

Loading…
Cancel
Save