We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a1d46 commit 31fbf34Copy full SHA for 31fbf34
ci/integration.sh
@@ -43,7 +43,7 @@ function check_fmt_with_lib_tests {
43
function check_fmt_base {
44
local test_args="$1"
45
local build=$(cargo test $test_args 2>&1)
46
- if [[ "$build" =~ "build failed" ]]; then
+ if [[ "$build" =~ "build failed" ]] || [[ "$build" =~ "test result: FAILED." ]]; then
47
return 0
48
fi
49
touch rustfmt.toml
0 commit comments