[ci] Fix feature flags

This commit is contained in:
LLFourn
2023-02-21 17:22:59 +11:00
committed by Daniela Brozzoni
parent 20e45b7af0
commit 9edbdf54c9

View File

@@ -40,12 +40,12 @@ jobs:
- name: Update toolchain
run: rustup update
- name: Build
run: cargo build --features ${{ matrix.features }}
run: cargo build ${{ matrix.features }}
- name: Clippy
if: ${{ matrix.rust.clippy }}
run: cargo clippy --all-targets --features ${{ matrix.features }} -- -D warnings
- name: Test
run: cargo test --features ${{ matrix.features }}
run: cargo test ${{ matrix.features }}
check-wasm:
name: Check WASM