We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069ad6a commit 23be085Copy full SHA for 23be085
2 files changed
.github/workflows/run-tests.yml
@@ -88,5 +88,7 @@ jobs:
88
uses: ./.github/actions/deps/ports/zephyr-cp
89
- name: Set up external
90
uses: ./.github/actions/deps/external
91
+ - name: Build native sim target
92
+ run: make -C ports/zephyr-cp -j2 BOARD=native_native_sim
93
- name: Run Zephyr tests
94
run: make -C ports/zephyr-cp test
requirements-dev.txt
@@ -42,3 +42,4 @@ setuptools
42
# For zephyr port
43
tomlkit
44
pytest
45
+perfetto
0 commit comments