Skip to content

Commit a74fcd1

Browse files
committed
tests: Run on native32 as well
Trouble with [21531] indicates that running tests on native is insufficient to catch native32 trouble; this should catch that kind of issue earlier. [21531]: RIOT-OS/RIOT#21531
1 parent a1b2ecb commit a74fcd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
env:
103103
BUILD_IN_DOCKER: 1
104104
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
105-
BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native samr21-xpro"
105+
BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native native32 samr21-xpro"
106106

107107
- name: GNU microbit qemu test
108108
run: >
@@ -127,7 +127,7 @@ jobs:
127127
TOOLCHAIN: llvm
128128
BUILD_IN_DOCKER: 1
129129
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
130-
BOARDS: "native samr21-xpro"
130+
BOARDS: "native native32 samr21-xpro"
131131

132132
- name: Rust build test
133133
run: |
@@ -143,15 +143,15 @@ jobs:
143143
# Not all of them are actually available; still using the "canonical"
144144
# list of representative boards above to keep this stable whil Rust
145145
# support expands
146-
BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native samr21-xpro"
146+
BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native native32 samr21-xpro"
147147

148148
- name: C++ build test
149149
run: |
150150
make -C RIOT/tests/sys/cpp11_condition_variable BUILDTEST_MAKE_REDIRECT='' buildtest
151151
env:
152152
BUILD_IN_DOCKER: 1
153153
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
154-
BOARDS: "esp32-wroom-32 hifive1b native samr21-xpro"
154+
BOARDS: "esp32-wroom-32 hifive1b native native32 samr21-xpro"
155155

156156
- name: laze test
157157
run: |

0 commit comments

Comments
 (0)