Move args

This commit is contained in:
Joel Wachsler 2022-07-10 15:45:55 +00:00
parent ab6d59971d
commit 4c95391f5a

View File

@ -19,7 +19,8 @@ jobs:
- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy --D warnings
command: clippy
args: --D warnings
test:
runs-on: ubuntu-22.04
services:
@ -39,5 +40,6 @@ jobs:
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test --workspace
command: test
args: --workspace