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 98f19c2 commit b248c81Copy full SHA for b248c81
.github/workflows/twister.yaml
@@ -135,7 +135,7 @@ jobs:
135
run: |
136
export ZEPHYR_BASE=${PWD}
137
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
138
- ./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS} -p native_sim/native
+ ./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS} -p native_sim/native -T tests/kernel -T samples/hello_world
139
140
- if: github.event_name == 'pull_request_target'
141
name: Run Tests with Twister (Pull Request)
0 commit comments