run clippy during tests

This commit is contained in:
marin 2020-06-27 15:17:36 +02:00 committed by mpostma
parent 308630c094
commit a747e79e5d
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ jobs:
with:
command: test
args: --locked --release
- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
build-image:
name: Test the build of Docker image
runs-on: ubuntu-latest