add clippy component

This commit is contained in:
mpostma 2020-07-13 18:53:19 +02:00
parent a747e79e5d
commit 8471796987

View File

@ -22,6 +22,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
components: clippy
- name: Run cargo test
uses: actions-rs/cargo@v1
with: