File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -333,6 +333,9 @@ jobs:
333
333
echo "::group::cargo clippy offchain-worker"
334
334
cargo clean --profile release
335
335
cargo clippy --release --features offchain-worker -- -D warnings
336
+ echo "::group::cargo clippy offchain-worker,development"
337
+ cargo clean --profile release
338
+ cargo clippy --release --features offchain-worker,development -- -D warnings
336
339
echo "::endgroup::"
337
340
338
341
- name : Clean up disk
@@ -355,6 +358,9 @@ jobs:
355
358
echo "::group::cargo clippy offchain-worker"
356
359
cargo clean --profile release
357
360
cargo clippy --release --features offchain-worker -- -D warnings
361
+ echo "::group::cargo clippy offchain-worker,development"
362
+ cargo clean --profile release
363
+ cargo clippy --release --features offchain-worker,development -- -D warnings
358
364
echo "::endgroup::"
359
365
360
366
- name : Fail early
You can’t perform that action at this time.
0 commit comments