Skip to content

Commit 23be085

Browse files
committed
Build native sim in CI explicitly
1 parent 069ad6a commit 23be085

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,7 @@ jobs:
8888
uses: ./.github/actions/deps/ports/zephyr-cp
8989
- name: Set up external
9090
uses: ./.github/actions/deps/external
91+
- name: Build native sim target
92+
run: make -C ports/zephyr-cp -j2 BOARD=native_native_sim
9193
- name: Run Zephyr tests
9294
run: make -C ports/zephyr-cp test

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ setuptools
4242
# For zephyr port
4343
tomlkit
4444
pytest
45+
perfetto

0 commit comments

Comments
 (0)