diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index af44759..a6ed491 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -8,7 +8,6 @@ on: - "bdk-ffi/**" jobs: - build-test: name: Build and test runs-on: ubuntu-latest @@ -41,7 +40,7 @@ jobs: - name: Update toolchain run: rustup update - name: Build - run: cargo build + run: cargo build --features uniffi/cli - name: Clippy if: ${{ matrix.rust.clippy }} run: cargo clippy --all-targets -- -D warnings