CI: Fix passing feature flags into preparation action step

This commit is contained in:
Jack Grigg 2024-01-26 23:58:27 +00:00
parent 885223adc6
commit c5af1e0dd2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
- id: prepare
uses: ./.github/actions/prepare
with:
extra_flags: ${{ matrix.extra_flags != 'NOT_A_PUZZLE' && matrix.extra_flags || '' }}
extra-features: ${{ matrix.extra_flags != 'NOT_A_PUZZLE' && matrix.extra_flags || '' }}
- name: Run tests
run: >
cargo test