mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-03 10:00:19 +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
|
||||
shell: bash
|
||||
run: |
|
||||
FEATURES=()
|
||||
FEATURES=(allow_piped_choice)
|
||||
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-unrar }}" == true ]]; then FEATURES+=(unrar); fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user