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 922a522 commit a24753aCopy full SHA for a24753a
.github/workflows/twister.yaml
@@ -138,7 +138,7 @@ jobs:
138
run: |
139
export ZEPHYR_BASE=${PWD}
140
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
141
- ./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
+ ./scripts/twister -T tests/kernel/threads --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
142
if [ "${{matrix.subset}}" = "1" ]; then
143
./scripts/zephyr_module.py --twister-out module_tests.args
144
if [ -s module_tests.args ]; then
0 commit comments