From 2fcafe2b806f49932f73b35dd361ff1f66bc7095 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 28 Feb 2023 08:31:51 -0500 Subject: [PATCH] Fix Rust CI workflow --- .github/workflows/cont_integration.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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