Remove clippy warnings in CI

This commit is contained in:
Clémentine Urquizar 2021-03-29 12:01:26 +02:00
parent 9587ea7f06
commit ac858d9800
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets -- --deny warnings
args: --all-targets
build-image:
name: Test the build of Docker image