Move args
This commit is contained in:
parent
ab6d59971d
commit
4c95391f5a
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user