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.
This commit is contained in:
Philipp Krones 2023-12-05 17:35:51 +01:00
parent 9c3492c092
commit a7acfa263a
No known key found for this signature in database
GPG Key ID: 1CA0DF2AF59D68A5
1 changed files with 1 additions and 1 deletions

View File

@ -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