Skip to content

Commit c5c52d9

Browse files
committed
Enforcing color diffs for rustfmt
1 parent 6872de8 commit c5c52d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
components: rustfmt
5757

5858
- name: Rustfmt check
59-
run: cargo fmt --all -- --check
59+
run: cargo fmt --all -- --check --color always
6060

6161
clippy:
6262
name: Clippy

0 commit comments

Comments
 (0)