Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Commit 541524c

Browse files
authored
Merge pull request #9 from robamu-org/mueller/test-examples-ci
Build examples in CI
2 parents 74ec8a9 + c51bc6c commit 541524c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
use-cross: true
2020
command: check
2121
args: --target thumbv6m-none-eabi
22+
- uses: actions-rs/cargo@v1
23+
with:
24+
use-cross: true
25+
command: check
26+
args: --examples --target thumbv6m-none-eabi
2227

2328
fmt:
2429
name: Rustfmt

0 commit comments

Comments
 (0)