File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ jobs:
109109 export ZEPHYR_BASE=${PWD}
110110 export ZEPHYR_TOOLCHAIN_VARIANT=llvm
111111
112- ./scripts/twister -p native_sim --no-detailed-test-id --force-color --inline-logs -M -N -v --retry-failed 2 \
113- -T tests/ --subset ${{matrix.subset}}/2
112+ ./scripts/twister -p native_sim --no-detailed-test-id --force-color --inline-logs -M -N -v --retry-failed 2 \
113+ -T tests/kernel/threads --subset ${{matrix.subset}}/2
114114
115115 - name : Print ccache stats
116116 if : always()
@@ -131,6 +131,8 @@ jobs:
131131 name : " Publish Unit Tests Results"
132132 needs : clang-build
133133 runs-on : ubuntu-24.04
134+ permissions :
135+ contents : write # to create GitHub annotations
134136 if : (success() || failure())
135137 steps :
136138 - name : Download Artifacts
You can’t perform that action at this time.
0 commit comments