Skip to content

Commit 426ea37

Browse files
authored
Merge pull request #280 from rspec/avoid-coverage-check-on-cross-builds-main
Skip coverage checks for cross-builds
2 parents c3dfe35 + 2c34394 commit 426ea37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/script/run_build

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

2828
if supports_cross_build_checks; then
2929
fold "one-by-one specs" run_specs_one_by_one
30+
export NO_COVERAGE=true
3031
run_all_spec_suites
3132
else
3233
echo "Skipping the rest of the build on non-MRI rubies"

0 commit comments

Comments
 (0)