File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,7 @@ jobs:
135135 run : |
136136 export ZEPHYR_BASE=${PWD}
137137 export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
138- ./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
139- if [ "${{matrix.subset}}" = "1" ]; then
140- ./scripts/zephyr_module.py --twister-out module_tests.args
141- if [ -s module_tests.args ]; then
142- ./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}
143- fi
144- fi
138+ ./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS} -p native_sim/native
145139
146140 - if : github.event_name == 'pull_request_target'
147141 name : Run Tests with Twister (Pull Request)
You can’t perform that action at this time.
0 commit comments