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

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