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 2b73ce6 commit 2bc7ccbCopy full SHA for 2bc7ccb
.github/workflows/ci.yml
@@ -30,7 +30,10 @@ jobs:
30
target: thumbv7em-none-eabihf
31
- name: Build chapter
32
working-directory: src/${{ matrix.chapter }}
33
- run: cargo build
+ run: cargo build --target thumbv7em-none-eabihf
34
+ - name: Build chapter examples
35
+ working-directory: src/${{ matrix.chapter }}
36
+ run: cargo build --target thumbv7em-none-eabihf --examples
37
38
# Check a build succeeds for docs.
39
build-doc:
0 commit comments