Skip to content

Commit

Permalink
add i2c to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Guozhanxin committed May 29, 2022
1 parent 94695f0 commit 4c2c783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- {Example: "uart", Target: "thumbv7em-none-eabihf"}
- {Example: "key", Target: "thumbv7em-none-eabihf"}
- {Example: "rgb", Target: "thumbv7em-none-eabihf"}
- {Example: "i2c_icm", Target: "thumbv7em-none-eabihf"}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 4c2c783

Please sign in to comment.