Skip to content

Commit

Permalink
Test embedded-hal-02 feature in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jan 29, 2024
1 parent 0b39257 commit 8a218eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- gd32f190x4
- gd32f190x6
- gd32f190x8
extra-features:
- rt
- rt,embedded-hal-02
rust:
- stable
include:
Expand All @@ -41,4 +44,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --features=${{ matrix.mcu }},rt --examples
args: --features=${{ matrix.mcu }},${{ matrix.extra-features }} --examples

0 comments on commit 8a218eb

Please sign in to comment.