[ci] Fix feature flags
This commit is contained in:
parent
20e45b7af0
commit
9edbdf54c9
4
.github/workflows/cont_integration.yml
vendored
4
.github/workflows/cont_integration.yml
vendored
@ -40,12 +40,12 @@ jobs:
|
|||||||
- name: Update toolchain
|
- name: Update toolchain
|
||||||
run: rustup update
|
run: rustup update
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --features ${{ matrix.features }}
|
run: cargo build ${{ matrix.features }}
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
if: ${{ matrix.rust.clippy }}
|
if: ${{ matrix.rust.clippy }}
|
||||||
run: cargo clippy --all-targets --features ${{ matrix.features }} -- -D warnings
|
run: cargo clippy --all-targets --features ${{ matrix.features }} -- -D warnings
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test --features ${{ matrix.features }}
|
run: cargo test ${{ matrix.features }}
|
||||||
|
|
||||||
check-wasm:
|
check-wasm:
|
||||||
name: Check WASM
|
name: Check WASM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user