Skip to content

Commit 88c3311

Browse files
committed
CI: generate bindings before packaging
also exclude wba-linklayer from workspace
1 parent 62ed0c7 commit 88c3311

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: ./d download-all
3434
- name: Run build
3535
run: cargo run --release --bin stm32-bindings-gen
36+
- name: Check wba-linklayer
37+
run: cargo check --manifest-path wba-linklayer/Cargo.toml
3638
- name: Run package build
3739
run: |
3840
export CARGO_BUILD_TARGET=thumbv8m.main-none-eabihf

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
resolver = "2"
33
members = [
44
"stm32-bindings-gen",
5-
"wba-linklayer",
65
]
76
exclude = [
8-
"build"
7+
"build",
8+
"wba-linklayer",
99
]
1010

1111
# Optimize for dev experience: shortest "build+run" time after making a small change.

0 commit comments

Comments
 (0)