aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 3ddda1a34..79a5ad796 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -94,6 +94,8 @@ jobs:
94 target: thumbv6m-none-eabi 94 target: thumbv6m-none-eabi
95 - package: examples/stm32g0 95 - package: examples/stm32g0
96 target: thumbv6m-none-eabi 96 target: thumbv6m-none-eabi
97 - package: examples/wasm
98 target: wasm32-unknown-unknown
97 steps: 99 steps:
98 - uses: actions/checkout@v2 100 - uses: actions/checkout@v2
99 with: 101 with: