Skip to content

Commit 446fdfe

Browse files
committed
temp: try minitest_bisect without failing fast
1 parent 66c4475 commit 446fdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ group :development, :test do
5454

5555
gem "rake"
5656
gem "debug"
57-
gem "minitest-bisect", github: "BuonOmo/minitest-bisect", branch: "main"
57+
gem "minitest-bisect", github: "BuonOmo/minitest-bisect", branch: "no-fail-fast"
5858
gem "minitest-excludes", "~> 2.0.1"
5959
gem "minitest-github_action_reporter", github: "BuonOmo/minitest-github_action_reporter", require: "minitest/github_action_reporter_plugin"
6060
gem "ostruct", "~> 0.6"

0 commit comments

Comments
 (0)