File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments