From: LLFourn Date: Tue, 21 Feb 2023 06:22:59 +0000 (+1100) Subject: [ci] Fix feature flags X-Git-Tag: v1.0.0-alpha.0~6^2~41 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=9edbdf54c9de841db01a741c09017ccca70b76bc;p=bdk [ci] Fix feature flags --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 85ecc04a..9d0fb65a 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -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