Fix clippy lint args

This commit is contained in:
Joel Wachsler 2022-07-10 15:48:15 +00:00
parent 4c95391f5a
commit 91c307242f

View File

@ -20,7 +20,7 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: clippy command: clippy
args: --D warnings args: -- -D warnings
test: test:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
services: services: