fix: exclude feature

This commit is contained in:
Mathieu Lala 2023-02-05 13:22:44 +01:00
parent 933ffbc3fc
commit da2d3adaef
No known key found for this signature in database
GPG Key ID: C5D308ABEB84866F

View File

@ -20,6 +20,6 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack@0.5.25
- run: cargo hack check --feature-powerset --depth ${{ inputs.depth }} --no-dev-deps --exclude-features $FEATURE_EXCLUDE
- run: cargo hack check --feature-powerset --depth ${{ inputs.depth }} --no-dev-deps --exclude-features "$FEATURE_EXCLUDE"
env:
FEATURE_EXCLUDE: "no_std stdweb wasm-bindgen f32_float only_i32 unicode-xid-ident bin-features"