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 b4bbf81 commit 545cbe4Copy full SHA for 545cbe4
.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}
+ ./scripts/twister -G --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
0 commit comments