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

Actually run compiletest tests on CI #57010

Merged
merged 2 commits into from
Dec 24, 2018

Commits on Dec 20, 2018

  1. Run compiletest tests on CI

    I was assuming that rust-lang#56792 would
    have resulted in compiletest tests being executed in CI. However, I
    couldn't find any mentions of the unit test names in any CI logs.
    
    This adds the compiletest test execution to the checktools.sh script.
    phansch committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    2d2435b View commit details
    Browse the repository at this point in the history
  2. Move compiletest test run to mingw-check builder

    This way, checktools.sh continues to be used only for tools that are
    published later on.
    phansch committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    0493c99 View commit details
    Browse the repository at this point in the history