Skip to content

Commit f2ffb78

Browse files
committed
ci: remove unused CARGO_FEATURES_OPTION
1 parent 1274163 commit f2ffb78

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/code-quality.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
*) FAIL_ON_FAULT=true ; FAULT_TYPE=error ;;
5050
esac;
5151
outputs FAIL_ON_FAULT FAULT_TYPE
52-
# target-specific options
53-
# * CARGO_FEATURES_OPTION
54-
CARGO_FEATURES_OPTION='' ;
55-
if [ -n "${{ matrix.job.features }}" ]; then CARGO_FEATURES_OPTION='--features "${{ matrix.job.features }}"' ; fi
56-
outputs CARGO_FEATURES_OPTION
5752
- name: "`cargo fmt` testing"
5853
shell: bash
5954
run: |

0 commit comments

Comments
 (0)