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