Use cargo check for now
continuous-integration/drone the build failed Details

This commit is contained in:
Olivier 'reivilibre' 2021-11-08 11:10:47 +00:00
parent b092515b97
commit 9afd0b4350
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@ pipeline:
image: rust:1.54.0-slim
commands:
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
- rustup component add clippy
- cargo clippy
#- rustup component add clippy
# TODO clippy one day
- cargo check
buildRelease:
when: