fixed clippy run in workflow

This commit is contained in:
Dominik Maier 2021-05-01 14:02:07 +02:00 committed by Andrea Fioraldi
parent f87ae70e11
commit cf7cb985f4

View File

@ -59,9 +59,7 @@ jobs:
- name: Test Docs - name: Test Docs
run: cargo test --doc run: cargo test --doc
- name: Run clippy - name: Run clippy
uses: actions-rs/cargo@v1 run: ./clippy.sh
with:
command: ./clippy.sh
windows: windows:
runs-on: windows-latest runs-on: windows-latest
steps: steps: