We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29ad5f commit fceec9aCopy full SHA for fceec9a
1 file changed
.github/workflows/arm-cortex-m55-cmake.yml
@@ -167,3 +167,13 @@ jobs:
167
- name: Build
168
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
169
170
+ - name: Run Tests with QEMU
171
+ run: |
172
+ qemu-system-arm \
173
+ -M mps3-an547 \
174
+ -cpu cortex-m55 \
175
+ -nographic \
176
+ -kernel ${{github.workspace}}/build/unit_tests \
177
+ -semihosting-config enable=on,target=native \
178
+ -serial mon:stdio
179
+
0 commit comments