Enforce that there are no warnings in clippy check

This commit is contained in:
Alex Crawford 2020-12-28 22:26:29 -08:00
parent bc957da1ea
commit a7e6970103
1 changed files with 1 additions and 0 deletions

View File

@ -23,3 +23,4 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D warnings