mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
ci: remove unused CARGO_FEATURES_OPTION
This commit is contained in:
parent
bde10cd9c6
commit
2ee782fcf1
1 changed files with 0 additions and 5 deletions
5
.github/workflows/code-quality.yml
vendored
5
.github/workflows/code-quality.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue