Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindronningstad committed Oct 24, 2024
1 parent 5ac2c04 commit 75a186e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
ZEPHYR_SDK_VERSION: 0.16.8
ZEPHYR_REV: 52540d8412630edb2c64f4fcca1c1165bcce1ac3
ZEPHYR_REV: a5e3a33b39b905cb6562cf5c6e3f5124248aa519

jobs:
merge-test-1:
Expand Down Expand Up @@ -84,6 +84,7 @@ jobs:
set ZEPHYR_BASE=%cd%\zephyr-clone
set ZEPHYR_TOOLCHAIN_VARIANT=zephyr
set ZEPHYR_SDK_INSTALL_DIR=%cd%\zephyr-sdk
pip freeze
python %ZEPHYR_BASE%\scripts\twister -i -v -T tests -W --timestamps --platform ${{ matrix.platform }} ${{ matrix.asserts }} --exclude-tag release --build-only
Expand Down

0 comments on commit 75a186e

Please sign in to comment.