Fix Rust CI workflow

This commit is contained in:
thunderbiscuit 2023-02-28 08:31:51 -05:00
parent 5728b50100
commit 2fcafe2b80
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -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