mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
Enable all tests in CI (#787)
Some tests are behind the feature `allow_piped_choice`. By adding that to the feature list we include these tests.
This commit is contained in:
parent
b9b1e11303
commit
fdab666bf8
@ -98,7 +98,7 @@ jobs:
|
|||||||
id: concat-features
|
id: concat-features
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
FEATURES=()
|
FEATURES=(allow_piped_choice)
|
||||||
if [[ "${{ matrix.feature-use-zlib }}" == true ]]; then FEATURES+=(use_zlib); fi
|
if [[ "${{ matrix.feature-use-zlib }}" == true ]]; then FEATURES+=(use_zlib); fi
|
||||||
if [[ "${{ matrix.feature-use-zstd-thin }}" == true ]]; then FEATURES+=(use_zstd_thin); fi
|
if [[ "${{ matrix.feature-use-zstd-thin }}" == true ]]; then FEATURES+=(use_zstd_thin); fi
|
||||||
if [[ "${{ matrix.feature-unrar }}" == true ]]; then FEATURES+=(unrar); fi
|
if [[ "${{ matrix.feature-unrar }}" == true ]]; then FEATURES+=(unrar); fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user