run clippy

This commit is contained in:
Stephan Dilly 2020-03-27 00:34:28 +01:00
parent b2e6a20596
commit b86ddeffd5

View File

@ -23,7 +23,4 @@ jobs:
- name: Run tests
run: cargo test --workspace -- --test-threads=1
- name: Run clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
run: cargo clippy