Skip to content

Commit c0d6480

Browse files
committed
Remove negation entirely
1 parent 2ee3fb4 commit c0d6480

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

script/run_build

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ if style_and_lint_enforced; then
2929
fi
3030

3131
if is_mri; then
32-
# As of 2019-09-24 this causes a huge log due to a cicular dependency
33-
# disable for now
34-
if [ ! is_mri_193 ]; then
35-
fold "one-by-one specs" run_specs_one_by_one
36-
fi
32+
fold "one-by-one specs" run_specs_one_by_one
3733
run_all_spec_suites
3834
else
3935
echo "Skipping the rest of the build on non-MRI rubies"

0 commit comments

Comments
 (0)