diff --git a/.builds/nightly.yml b/.builds/nightly.yml index 589cc683..c1db5a48 100644 --- a/.builds/nightly.yml +++ b/.builds/nightly.yml @@ -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