Skip to content

Commit cc06a0a

Browse files
author
Mikhail Zabaluev
committed
Don't use --all flag with cargo fmt
This slows down the job considerably with no added benefit, see rust-lang/rustfmt#4247 (comment)
1 parent b4a428f commit cc06a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
continue-on-error: false
120120
with:
121121
command: fmt
122-
args: --all -- --check
122+
args: -- --check
123123

124124
- name: Restore cargo dependencies
125125
uses: actions/cache@v2

0 commit comments

Comments
 (0)