Skip to content

Commit 4f221d7

Browse files
committed
Revert "limit to kernel tests"
This reverts commit fa897f3.
1 parent dc6e063 commit 4f221d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
run: |
239239
export ZEPHYR_BASE=${PWD}
240240
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
241-
./scripts/twister -T tests/kernel --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
241+
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
242242
if [ "${{matrix.subset}}" = "1" ]; then
243243
./scripts/zephyr_module.py --twister-out module_tests.args
244244
if [ -s module_tests.args ]; then

0 commit comments

Comments
 (0)