Skip to content

Commit e0dbb9f

Browse files
committed
ci: add lintcheck test execution to clippy_bors.yml and clippy.yml
1 parent 458cf05 commit e0dbb9f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/clippy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
run: cargo test --features deny-warnings
6363
working-directory: rustc_tools_util
6464

65+
# This test was moved here from clippy_dev.yml because it requires to build clippy
66+
# and we do that there anyway
67+
- name: Test clippy_dev (lintcheck)
68+
run: cargo test lintcheck --features lintcheck,deny-warnings
69+
working-directory: clippy_dev
70+
6571
- name: Test clippy_dev
6672
run: cargo test --features deny-warnings
6773
working-directory: clippy_dev

.github/workflows/clippy_bors.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ jobs:
130130
run: cargo test --features deny-warnings
131131
working-directory: rustc_tools_util
132132

133+
# This test was moved here from clippy_dev.yml because it requires to build clippy
134+
# and we do that there anyway
135+
- name: Test clippy_dev (lintcheck)
136+
run: cargo test lintcheck --features lintcheck,deny-warnings
137+
working-directory: clippy_dev
138+
133139
- name: Test clippy_dev
134140
run: cargo test --features deny-warnings
135141
working-directory: clippy_dev

0 commit comments

Comments
 (0)