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

Commit 08d2bcd

Browse files
committed
more snip
1 parent 511b2b8 commit 08d2bcd

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,4 @@ jobs:
101101
- run: ${{ matrix.container.pre }}
102102
- run: script/legacy_setup.sh
103103
- run: ${{ matrix.container.post }}
104-
- run: bundle exec bin/rspec
105-
- run: bundle exec script/cucumber.sh
104+
- run: bundle exec bin/rspec spec/rspec/support/spec/stderr_splitter_spec.rb:103

script/run_build

+1-19
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,4 @@ fi
1212

1313
fold "binstub check" check_binstubs
1414

15-
fold "specs" run_specs_and_record_done
16-
17-
if additional_specs_available; then
18-
fold "additional specs" run_additional_specs
19-
fi
20-
21-
fold "cukes" run_cukes
22-
23-
if documentation_enforced; then
24-
fold "doc check" check_documentation_coverage
25-
fi
26-
27-
if supports_cross_build_checks; then
28-
fold "one-by-one specs" run_specs_one_by_one
29-
export NO_COVERAGE=true
30-
run_all_spec_suites
31-
else
32-
echo "Skipping the rest of the build on non-MRI rubies"
33-
fi
15+
bundle exec rspec spec/rspec/support/spec/stderr_splitter_spec.rb:103

0 commit comments

Comments
 (0)