aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index e33a40ef3..ff30a09a7 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -55,6 +55,9 @@ jobs:
55 target: thumbv7em-none-eabi 55 target: thumbv7em-none-eabi
56 features: nrf52833 56 features: nrf52833
57 - package: embassy-nrf 57 - package: embassy-nrf
58 target: thumbv8m.main-none-eabihf
59 features: nrf9160
60 - package: embassy-nrf
58 target: thumbv7em-none-eabi 61 target: thumbv7em-none-eabi
59 features: nrf52840 62 features: nrf52840
60 - package: embassy-nrf 63 - package: embassy-nrf