mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

- Extract update tests into separate tests. - Make `brew tests --online` run only once in its own job. This job could be made non-required to fight flakiness. - Split up the various macOS runs into several steps now that we have more parallel macOS workers available. - Cleanup some flaky tests.
7 lines
274 B
Plaintext
7 lines
274 B
Plaintext
--format QuietProgressFormatter
|
|
--format ParallelTests::RSpec::RuntimeLogger
|
|
--out <%= ENV["PARALLEL_RSPEC_LOG_PATH"] %>
|
|
--format RspecJunitFormatter
|
|
--out test/junit/rspec<%= ENV["TEST_ENV_NUMBER"] %>.xml
|
|
<%= "--format RSpec::Github::Formatter" if ENV["GITHUB_ACTIONS"] %>
|