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 @@ -63,13 +63,13 @@ jobs:
63
63
echo "LD_LIBRARY_PATH=${SYSROOT}/lib${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}" >> $GITHUB_ENV
64
64
65
65
- name : Build
66
- run : cargo build --features deny-warnings
66
+ run : cargo build --features deny-warnings,internal-lints
67
67
68
68
- name : Test
69
- run : cargo test --features deny-warnings
69
+ run : cargo test --features deny-warnings,internal-lints
70
70
71
71
- name : Test clippy_lints
72
- run : cargo test --features deny-warnings
72
+ run : cargo test --features deny-warnings,internal-lints
73
73
working-directory : clippy_lints
74
74
75
75
- name : Test rustc_tools_util
Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ jobs:
123
123
SYSROOT=$(rustc --print sysroot)
124
124
echo "$SYSROOT/bin" >> $GITHUB_PATH
125
125
126
- - name : Build with internal lints
126
+ - name : Build
127
127
run : cargo build --features deny-warnings,internal-lints
128
128
129
- - name : Test with internal lints
129
+ - name : Test
130
130
run : cargo test --features deny-warnings,internal-lints
131
131
132
- - name : Test clippy_lints with internal lints
132
+ - name : Test clippy_lints
133
133
run : cargo test --features deny-warnings,internal-lints
134
134
working-directory : clippy_lints
135
135
You can’t perform that action at this time.
0 commit comments