Skip to content

Commit a7acfa2

Browse files
committed
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.
1 parent 9c3492c commit a7acfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ jobs:
206206
max-parallel: 6
207207
matrix:
208208
integration:
209+
- 'matthiaskrgr/clippy_ci_panic_test'
209210
- 'rust-lang/cargo'
210211
- 'rust-lang/chalk'
211212
- 'rust-lang/rustfmt'
@@ -220,7 +221,6 @@ jobs:
220221
- 'rust-itertools/itertools'
221222
- 'rust-lang-nursery/failure'
222223
- 'rust-lang/log'
223-
- 'matthiaskrgr/clippy_ci_panic_test'
224224

225225
runs-on: ubuntu-latest
226226

0 commit comments

Comments
 (0)