File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -181,17 +181,17 @@ jobs:
181
181
override : true
182
182
profile : default
183
183
184
- - name : ' `cargo clippy ${{ matrix.features }} -- -D warnings`'
184
+ - name : ' `cargo clippy --all-targets ${{ matrix.features }} -- -D warnings`'
185
185
uses : actions-rs/cargo@v1
186
186
with :
187
187
command : clippy
188
- args : ${{ matrix.features }} -- -D warnings
188
+ args : --all-targets ${{ matrix.features }} -- -D warnings
189
189
190
- - name : ' `cargo test ${{ matrix.features }} --no-fail-fast`'
190
+ - name : ' `cargo test --all-targets ${{ matrix.features }} --no-fail-fast`'
191
191
uses : actions-rs/cargo@v1
192
192
with :
193
193
command : test
194
- args : ${{ matrix.features }} --no-fail-fast
194
+ args : --all-targets ${{ matrix.features }} --no-fail-fast
195
195
196
196
- name : ' `cargo run --release`'
197
197
uses : actions-rs/cargo@v1
You can’t perform that action at this time.
0 commit comments