Skip to content

Commit b8e5bf2

Browse files
committed
Use reusable Rust SDK workflow to build all Rust apps for every PR
1 parent f917dec commit b8e5bf2

File tree

2 files changed

+11
-31
lines changed

2 files changed

+11
-31
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Build all Rust apps
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
test_build_rust:
8+
name: Build all Rust apps
9+
uses: LedgerHQ/ledger-device-rust-sdk/.github/workflows/reusable_build_all_apps.yml@y333/update_ci
10+
with:
11+
c_sdk_branch: ${{ github.head_ref }}

.github/workflows/build_rust_sdk.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)