revert clippy continue on error

This commit is contained in:
Rohan Sircar 2021-04-22 20:35:48 +05:30
parent c4bc4a2f4b
commit b24ee90852

View File

@ -77,7 +77,7 @@ jobs:
- name: Run cargo clippy - name: Run cargo clippy
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
continue-on-error: true # continue-on-error: true
with: with:
command: clippy command: clippy
args: -- -D warnings args: -- -D warnings