ci: Remove option from cargo fmt
It is not needed for the command to apply to all workspace members.
This commit is contained in:
parent
15d92728ca
commit
4a150984b4
@ -14,7 +14,7 @@ tasks:
|
||||
# tools, so capture tool exit codes and set the task exit code manually
|
||||
set +e
|
||||
|
||||
cargo fmt --all -- --check
|
||||
cargo fmt -- --check
|
||||
fmt_exit=$?
|
||||
|
||||
pushd ruma
|
||||
|
Loading…
x
Reference in New Issue
Block a user