Skip to content

Commit 7d6ebcd

Browse files
committed
Fix flag order
1 parent 731dc2a commit 7d6ebcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,10 +470,10 @@ jobs:
470470
- name: Clippy
471471
run: |
472472
cargo clippy \
473+
--keep-going \
473474
${{ env.CARGO_ARGS }} \
474475
--workspace \
475476
--all-targets \
476-
--keep-going \
477477
${{ env.WORKSPACE_EXCLUDES }} \
478478
-- -Dwarnings
479479

0 commit comments

Comments
 (0)