Skip to content

Commit

Permalink
Switch rubyspec CI to specdoc output
Browse files Browse the repository at this point in the history
Failures that do not report properly are impossible to investigate
with dot or file output.
  • Loading branch information
headius committed Nov 6, 2023
1 parent f79ac36 commit 4d1db58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rakelib/rubyspec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ namespace :spec do
task :'ruby:aot' => :ci_precompiled

if ENV['CI']
MSPEC_FORMAT = "f"
# can't easily see file output on CI so we use specdoc
MSPEC_FORMAT = "s"
else
MSPEC_FORMAT = "d"
end
Expand Down

0 comments on commit 4d1db58

Please sign in to comment.