We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6e063 commit 4f221d7Copy full SHA for 4f221d7
.github/workflows/twister.yaml
@@ -238,7 +238,7 @@ jobs:
238
run: |
239
export ZEPHYR_BASE=${PWD}
240
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
241
- ./scripts/twister -T tests/kernel --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
+ ./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
242
if [ "${{matrix.subset}}" = "1" ]; then
243
./scripts/zephyr_module.py --twister-out module_tests.args
244
if [ -s module_tests.args ]; then
0 commit comments