From 75a186e916f4641787b2617510dee3110506a298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20R=C3=B8nningstad?= Date: Thu, 24 Oct 2024 14:46:19 +0200 Subject: [PATCH] test --- .github/workflows/run-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index afdb2716..ae277060 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -8,7 +8,7 @@ on: env: ZEPHYR_SDK_VERSION: 0.16.8 - ZEPHYR_REV: 52540d8412630edb2c64f4fcca1c1165bcce1ac3 + ZEPHYR_REV: a5e3a33b39b905cb6562cf5c6e3f5124248aa519 jobs: merge-test-1: @@ -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