Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: do not show test detail immediately #4452

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Commits on Mar 27, 2024

  1. ci: do not show test detail immediately

    TESTOPTS=-v shows running test and the result.
    If something weird happen, it show error immediately.
    
    As rake task executes many tests, so it may be better to
    delay showing test details later.
    
    NOTE: --progress-style=fault-only helps you to focus on
    failure, but it is inconvenient when test case has stalled.
    
    Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
    kenhys committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4f02d3f View commit details
    Browse the repository at this point in the history