Skip to content

PR CI: also run clippy tests #76999

Closed
@RalfJung

Description

@RalfJung
Member

The PR CI runner currently does not seem to run clippy tests. Would be nice if it would. :)

Cc @Mark-Simulacrum @rust-lang/clippy

Activity

added
A-testsuiteArea: The testsuite used to check the correctness of rustc
on Sep 21, 2020
added a commit that references this issue on Nov 9, 2020

Rollup merge of rust-lang#77016 - Mark-Simulacrum:clippy-tests, r=pie…

391136e
RalfJung

RalfJung commented on Nov 15, 2020

@RalfJung
MemberAuthor

This had some unintended side-effects: in a rollup like #79056 that touches a clippy file, PR CI runs the "tools" builder, including Miri -- and then PR CI could fail because Miri is broken, even though the PR would land just fine as it is okay for Miri to be broken. (The PR did not update the Miri submodule.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @RalfJung@oli-obk

      Issue actions

        PR CI: also run clippy tests · Issue #76999 · rust-lang/rust