Skip to content

Commit be86cf6

Browse files
committed
Skip coverage checks for cross-builds
Sometimes it's not consistent across builds for no apparent reason https://github.com/rspec/rspec-support/runs/1626127309 rspec/rspec-support#477 (comment)
1 parent 34daea6 commit be86cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script/run_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727

2828
if supports_cross_build_checks; then
2929
fold "one-by-one specs" run_specs_one_by_one
30-
run_all_spec_suites
30+
run_all_spec_suites NO_COVERAGE=true
3131
else
3232
echo "Skipping the rest of the build on non-MRI rubies"
3333
fi

0 commit comments

Comments
 (0)