Skip to content

Commit 05c41ad

Browse files
committed
ci: when testing with twister, force toolchain
Some of the test platforms might not be enabled with zephyr toolchain yet, so force toolchain to be able to test platforms with the new SDK. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent b9b150a commit 05c41ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,6 +1566,7 @@ jobs:
15661566
# Run tests with twister
15671567
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
15681568
${TWISTER} -v -N -M --force-color --inline-logs --retry-failed 3 \
1569+
--force-toolchain \
15691570
--subset ${{ matrix.subset }}/${{ env.SUBSET_COUNT }} \
15701571
${HOST_ARGS} \
15711572
${TEST_ARGS} \

0 commit comments

Comments
 (0)