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:
João Marcos 2025-04-16 17:48:04 -03:00 committed by GitHub
parent b9b1e11303
commit fdab666bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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