ci: remove unused CARGO_FEATURES_OPTION

This commit is contained in:
Daniel Hofstetter 2024-04-17 16:17:51 +02:00 committed by Ben Wiederhake
parent bde10cd9c6
commit 2ee782fcf1

View file

@ -49,11 +49,6 @@ jobs:
*) FAIL_ON_FAULT=true ; FAULT_TYPE=error ;;
esac;
outputs FAIL_ON_FAULT FAULT_TYPE
# target-specific options
# * CARGO_FEATURES_OPTION
CARGO_FEATURES_OPTION='' ;
if [ -n "${{ matrix.job.features }}" ]; then CARGO_FEATURES_OPTION='--features "${{ matrix.job.features }}"' ; fi
outputs CARGO_FEATURES_OPTION
- name: "`cargo fmt` testing"
shell: bash
run: |