File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ jobs:
49
49
echo "LD_LIBRARY_PATH=${SYSROOT}/lib${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}" >> $GITHUB_ENV
50
50
51
51
- name : Build
52
- run : cargo build --features deny-warnings,internal-lints
52
+ run : cargo build --features deny-warnings,internal-lints,metadata-collector-lint
53
53
54
54
- name : Test
55
- run : cargo test --features deny-warnings,internal-lints
55
+ run : cargo test --features deny-warnings,internal-lints,metadata-collector-lint
56
56
57
57
- 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
59
59
working-directory : clippy_lints
60
60
61
61
- name : Test rustc_tools_util
Original file line number Diff line number Diff line change @@ -112,13 +112,13 @@ jobs:
112
112
echo "$SYSROOT/bin" >> $GITHUB_PATH
113
113
114
114
- name : Build
115
- run : cargo build --features deny-warnings,internal-lints
115
+ run : cargo build --features deny-warnings,internal-lints,metadata-collector-lint
116
116
117
117
- name : Test
118
- run : cargo test --features deny-warnings,internal-lints
118
+ run : cargo test --features deny-warnings,internal-lints,metadata-collector-lint
119
119
120
120
- 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
122
122
working-directory : clippy_lints
123
123
124
124
- name : Test rustc_tools_util
You can’t perform that action at this time.
0 commit comments