diff options
| author | Philipp Krones <hello@philkrones.com> | 2023-12-05 17:35:51 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2023-12-05 17:35:51 +0100 |
| commit | a7acfa263a353a4f6a2f75c1715c645086bedd0d (patch) | |
| tree | 71d9a00b02fe91b470ccaeab41cd274271b163fc | |
| parent | 9c3492c092f686d9a1ac4d9bb5d30735854ecf9a (diff) | |
| download | rust-a7acfa263a353a4f6a2f75c1715c645086bedd0d.tar.gz rust-a7acfa263a353a4f6a2f75c1715c645086bedd0d.zip | |
Run sanity check for integration tests first
If that test fails, running all other tests doesn't make sense. This test only takes a few seconds to run. So running it right away will make the pipeline fail faster.
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index f67233dec62..73c25550742 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -206,6 +206,7 @@ jobs: max-parallel: 6 matrix: integration: + - 'matthiaskrgr/clippy_ci_panic_test' - 'rust-lang/cargo' - 'rust-lang/chalk' - 'rust-lang/rustfmt' @@ -220,7 +221,6 @@ jobs: - 'rust-itertools/itertools' - 'rust-lang-nursery/failure' - 'rust-lang/log' - - 'matthiaskrgr/clippy_ci_panic_test' runs-on: ubuntu-latest |
