Skip to content

Commit

Permalink
ci: when testing with twister, force toolchain
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nashif committed Aug 26, 2023
1 parent b9b150a commit 05c41ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,7 @@ jobs:
# Run tests with twister
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
${TWISTER} -v -N -M --force-color --inline-logs --retry-failed 3 \
--force-toolchain \
--subset ${{ matrix.subset }}/${{ env.SUBSET_COUNT }} \
${HOST_ARGS} \
${TEST_ARGS} \
Expand Down

0 comments on commit 05c41ad

Please sign in to comment.