mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +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 ;;
|
*) FAIL_ON_FAULT=true ; FAULT_TYPE=error ;;
|
||||||
esac;
|
esac;
|
||||||
outputs FAIL_ON_FAULT FAULT_TYPE
|
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"
|
- name: "`cargo fmt` testing"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue