Skip to content

Commit 713acb0

Browse files
committed
CI/rustfmt: Use --all flag
This ensures we run `cargo fmt` on *all* packages in the workspace
1 parent 0287516 commit 713acb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- uses: Swatinem/[email protected]
8484

85-
- run: cargo fmt --check
85+
- run: cargo fmt --check --all
8686
- run: cargo clippy --all-targets --all-features --all
8787

8888
backend-cargo-deny:

0 commit comments

Comments
 (0)