Skip to content

Commit 51f94ad

Browse files
committed
Added the metadata-collector-lint feature to the CI
1 parent b7d80e7 commit 51f94ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/clippy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
echo "LD_LIBRARY_PATH=${SYSROOT}/lib${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}" >> $GITHUB_ENV
5050
5151
- name: Build
52-
run: cargo build --features deny-warnings,internal-lints
52+
run: cargo build --features deny-warnings,internal-lints,metadata-collector-lint
5353

5454
- name: Test
55-
run: cargo test --features deny-warnings,internal-lints
55+
run: cargo test --features deny-warnings,internal-lints,metadata-collector-lint
5656

5757
- name: Test clippy_lints
58-
run: cargo test --features deny-warnings,internal-lints
58+
run: cargo test --features deny-warnings,internal-lints,metadata-collector-lint
5959
working-directory: clippy_lints
6060

6161
- name: Test rustc_tools_util

.github/workflows/clippy_bors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ jobs:
112112
echo "$SYSROOT/bin" >> $GITHUB_PATH
113113
114114
- name: Build
115-
run: cargo build --features deny-warnings,internal-lints
115+
run: cargo build --features deny-warnings,internal-lints,metadata-collector-lint
116116

117117
- name: Test
118-
run: cargo test --features deny-warnings,internal-lints
118+
run: cargo test --features deny-warnings,internal-lints,metadata-collector-lint
119119

120120
- name: Test clippy_lints
121-
run: cargo test --features deny-warnings,internal-lints
121+
run: cargo test --features deny-warnings,internal-lints,metadata-collector-lint
122122
working-directory: clippy_lints
123123

124124
- name: Test rustc_tools_util

0 commit comments

Comments
 (0)