Skip to content

Commit ac13b98

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

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
@@ -62,8 +62,8 @@ jobs:
6262
run: cargo test --features deny-warnings
6363
working-directory: rustc_tools_util
6464

65-
- name: Test clippy_dev and lintcheck
66-
run: cargo test --features lintcheck,deny-warnings
65+
- name: Test clippy_dev
66+
run: cargo test --features deny-warnings
6767
working-directory: clippy_dev
6868

6969
- name: Test cargo-clippy

.github/workflows/clippy_bors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ jobs:
124124
run: cargo test --features deny-warnings
125125
working-directory: rustc_tools_util
126126

127-
- name: Test clippy_dev and lintcheck
128-
run: cargo test --features lintcheck,deny-warnings
127+
- name: Test clippy_dev
128+
run: cargo test --features deny-warnings
129129
working-directory: clippy_dev
130130

131131
- name: Test cargo-clippy

0 commit comments

Comments
 (0)