Skip to content

Commit

Permalink
chore: Use args for check command arguments in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 14, 2020
1 parent 642ffba commit eea6acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
override: true
- uses: actions-rs/cargo@v1
with:
command: check --locked
command: check
args: --locked

test:
name: Test Suite
Expand Down

0 comments on commit eea6acd

Please sign in to comment.