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

Test all matrix configurations #617

Merged
merged 1 commit into from
Apr 1, 2020
Merged

Commits on Mar 30, 2020

  1. Test all matrix configurations

    Add "fail-fast: false" to matrix testing strategies so that they
    continue testing other variant instead of auto-canceling them.
    For example, if only Node.js v8 fails, we don't want the Node.js v12
    job to be canceled. This might be different in future cases, but
    everywhere we use "strategy: matrix" now, we'd like all items to be
    tested regardless of their siblings' failures.
    ilammy committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e580ed2 View commit details
    Browse the repository at this point in the history