Skip to content

Commit a24753a

Browse files
committed
limit scope
1 parent 922a522 commit a24753a

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
@@ -138,7 +138,7 @@ jobs:
138138
run: |
139139
export ZEPHYR_BASE=${PWD}
140140
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
141-
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
141+
./scripts/twister -T tests/kernel/threads --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
142142
if [ "${{matrix.subset}}" = "1" ]; then
143143
./scripts/zephyr_module.py --twister-out module_tests.args
144144
if [ -s module_tests.args ]; then

0 commit comments

Comments
 (0)