net: add ci
This commit is contained in:
parent
f55a303814
commit
99048b91e9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -26,6 +26,10 @@ jobs:
|
|||
- package: embassy
|
||||
target: thumbv6m-none-eabi
|
||||
features: defmt
|
||||
- package: embassy-std-examples
|
||||
target: x86_64-unknown-linux-gnu
|
||||
- package: embassy-net-examples
|
||||
target: x86_64-unknown-linux-gnu
|
||||
- package: embassy-nrf-examples
|
||||
target: thumbv7em-none-eabi
|
||||
- package: embassy-nrf
|
||||
|
|
Loading…
Reference in a new issue