Skip to content

Commit

Permalink
Use turbo_tests instead of parallel_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 4, 2024
1 parent f76a4cd commit 00eb2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ yes-test-bundler-parallel: $(PREPARE_BUNDLER)
-e "ENV['PARALLEL_TESTS_EXECUTABLE'] = ruby + ARGV.shift" \
-e "load ARGV.shift" \
" -C $(srcdir) -Ispec/bundler:spec/lib .bundle/bin/rspec $(RSPECOPTS)" \
$(srcdir)/.bundle/bin/parallel_rspec \
$(srcdir)/.bundle/bin/turbo_tests \
$(PARALLELRSPECOPTS) $(srcdir)/spec/bundler/$(BUNDLER_SPECS)
no-test-bundler-parallel:

Expand Down

0 comments on commit 00eb2c8

Please sign in to comment.