aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-05-28 23:13:23 +0200
committerDario Nieuwenhuis <[email protected]>2021-05-28 23:13:23 +0200
commit99048b91e96039298e224b25966c3fe21123a23c (patch)
treed70fc50667312a3cec391a91832eec8f835ecba9 /.github/workflows
parentf55a30381448732ebee5c50bf768f1c28ff63628 (diff)
net: add ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index dfb6a63ff..cef786143 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -26,6 +26,10 @@ jobs:
26 - package: embassy 26 - package: embassy
27 target: thumbv6m-none-eabi 27 target: thumbv6m-none-eabi
28 features: defmt 28 features: defmt
29 - package: embassy-std-examples
30 target: x86_64-unknown-linux-gnu
31 - package: embassy-net-examples
32 target: x86_64-unknown-linux-gnu
29 - package: embassy-nrf-examples 33 - package: embassy-nrf-examples
30 target: thumbv7em-none-eabi 34 target: thumbv7em-none-eabi
31 - package: embassy-nrf 35 - package: embassy-nrf