diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e274f30..92859524 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1602,7 +1602,7 @@ jobs: # Run tests with twister TWISTER="${ZEPHYR_ROOT}/scripts/twister" - ${TWISTER} -v -N -M --force-color --inline-logs --retry-failed 3 \ + ${TWISTER} -v -N --force-color --inline-logs --retry-failed 3 \ --force-toolchain \ --subset ${{ matrix.subset }}/${{ env.SUBSET_COUNT }} \ ${HOST_ARGS} \