Fix Rust CI workflow
This commit is contained in:
parent
5728b50100
commit
2fcafe2b80
3
.github/workflows/cont_integration.yml
vendored
3
.github/workflows/cont_integration.yml
vendored
@ -8,7 +8,6 @@ on:
|
|||||||
- "bdk-ffi/**"
|
- "bdk-ffi/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build-test:
|
build-test:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -41,7 +40,7 @@ jobs:
|
|||||||
- name: Update toolchain
|
- name: Update toolchain
|
||||||
run: rustup update
|
run: rustup update
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build --features uniffi/cli
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
if: ${{ matrix.rust.clippy }}
|
if: ${{ matrix.rust.clippy }}
|
||||||
run: cargo clippy --all-targets -- -D warnings
|
run: cargo clippy --all-targets -- -D warnings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user