Build with executor-agnostic in CI
This commit is contained in:
parent
58723a8e76
commit
16f8db4fcd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
target: thumbv7em-none-eabi
|
target: thumbv7em-none-eabi
|
||||||
- package: embassy
|
- package: embassy
|
||||||
target: thumbv7em-none-eabi
|
target: thumbv7em-none-eabi
|
||||||
features: log
|
features: log,executor-agnostic
|
||||||
- package: embassy
|
- package: embassy
|
||||||
target: thumbv7em-none-eabi
|
target: thumbv7em-none-eabi
|
||||||
features: defmt
|
features: defmt
|
||||||
|
|
Loading…
Add table
Reference in a new issue