Skip to content

Commit aa7f1b2

Browse files
committed
Don't test lintcheck
It will be compile-checked by dogfood
1 parent a3a206c commit aa7f1b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/clippy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
run: cargo test --features deny-warnings
6767
working-directory: rustc_tools_util
6868

69-
- name: Test clippy_dev and lintcheck
70-
run: cargo test --features lintcheck,deny-warnings
69+
- name: Test clippy_dev
70+
run: cargo test --features deny-warnings
7171
working-directory: clippy_dev
7272

7373
- name: Test cargo-clippy

.github/workflows/clippy_bors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ jobs:
128128
run: cargo test --features deny-warnings
129129
working-directory: rustc_tools_util
130130

131-
- name: Test clippy_dev and lintcheck
132-
run: cargo test --features lintcheck,deny-warnings
131+
- name: Test clippy_dev
132+
run: cargo test --features deny-warnings
133133
working-directory: clippy_dev
134134

135135
- name: Test cargo-clippy

0 commit comments

Comments
 (0)