actions: Remove --all flag from rustfmt (#795)
The --all flag of rustfmt may trigger metadata resolution which maybe slow down formatting in this case.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
args: -- --check
|
||||
|
||||
build:
|
||||
name: ${{ matrix.name }}
|
||||
|
||||
Reference in New Issue
Block a user