Skip to content

Commit 880af21

Browse files
Merge pull request #7847 from rubygems/deivid-rodriguez/fixup-ci-workflow
Fix debugging line left around in CI workflow (cherry picked from commit 303e546)
1 parent 0ca7427 commit 880af21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
bin/rake spec:parallel_deps
7171
- name: Run Test
7272
run: |
73-
bin/rspec spec/install/gems/standalone_spec.rb:175
73+
bin/parallel_rspec
7474
working-directory: ./bundler
7575
timeout-minutes: ${{ matrix.timeout || 60 }}

0 commit comments

Comments
 (0)