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 efc610f commit 3a6c4f5Copy full SHA for 3a6c4f5
.github/workflows/twister.yaml
@@ -137,8 +137,7 @@ jobs:
137
if [ "${{matrix.subset}}" = "1" ]; then
138
./scripts/zephyr_module.py --twister-out module_tests.args
139
if [ -s module_tests.args ]; then
140
- # FIXME: workaround for modules with invalid test data
141
- ./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS} --integration
+ ./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}
142
fi
143
144
0 commit comments