We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ed0c7 commit 88c3311Copy full SHA for 88c3311
.github/workflows/rust.yml
@@ -33,6 +33,8 @@ jobs:
33
run: ./d download-all
34
- name: Run build
35
run: cargo run --release --bin stm32-bindings-gen
36
+ - name: Check wba-linklayer
37
+ run: cargo check --manifest-path wba-linklayer/Cargo.toml
38
- name: Run package build
39
run: |
40
export CARGO_BUILD_TARGET=thumbv8m.main-none-eabihf
Cargo.toml
@@ -2,10 +2,10 @@
2
resolver = "2"
3
members = [
4
"stm32-bindings-gen",
5
- "wba-linklayer",
6
]
7
exclude = [
8
- "build"
+ "build",
+ "wba-linklayer",
9
10
11
# Optimize for dev experience: shortest "build+run" time after making a small change.
0 commit comments