Skip to content

Commit 11fe416

Browse files
committed
Add rtic feature to ci
Signed-off-by: Alexey Shvetsov <[email protected]>
1 parent 31ddc4d commit 11fe416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
- uses: actions-rs/cargo@v1
5454
with:
5555
command: check
56-
args: --features=${{ matrix.mcu }},usb_fs,sdio-host,can,i2s,fsmc_lcd --examples
56+
args: --features=${{ matrix.mcu }},usb_fs,sdio-host,can,i2s,fsmc_lcd,rtic --examples

0 commit comments

Comments
 (0)