Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 7afca40

Browse files
committed
TRY! with no coverage for cross-builds
1 parent 002b77b commit 7afca40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/run_build

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

3131
if supports_cross_build_checks; then
3232
fold "one-by-one specs" run_specs_one_by_one
33-
run_all_spec_suites
33+
run_all_spec_suites NO_COVERAGE=true
3434
else
3535
echo "Skipping the rest of the build on non-MRI rubies"
3636
fi

0 commit comments

Comments
 (0)