Skip to content

Commit

Permalink
Pass args separatly
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
  • Loading branch information
tkaitchuck committed Oct 31, 2023
1 parent e5a07d8 commit e139ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: check nightly
uses: actions-rs/cargo@v1
with:
command: check -Z msrv-policy
command: check
args: -Z msrv-policy
- name: test nightly
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit e139ccf

Please sign in to comment.