Skip to content

Commit b248c81

Browse files
committed
reduce
1 parent 98f19c2 commit b248c81

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
@@ -135,7 +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} -p native_sim/native
138+
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS} -p native_sim/native -T tests/kernel -T samples/hello_world
139139
140140
- if: github.event_name == 'pull_request_target'
141141
name: Run Tests with Twister (Pull Request)

0 commit comments

Comments
 (0)