ci: Remove option from cargo fmt

It is not needed for the command to apply to all workspace members.
This commit is contained in:
Jonas Platte 2021-04-12 20:39:30 +02:00
parent 15d92728ca
commit 4a150984b4
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -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