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 e891b27 commit 74be04bCopy full SHA for 74be04b
.github/workflows/twister.yaml
@@ -129,7 +129,7 @@ jobs:
129
run: |
130
export ZEPHYR_BASE=${PWD}
131
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
132
- python3 ./scripts/twister --cmake-only -T samples/synchronization/ --outdir filter_cache --force-color --inline-logs
+ python3 ./scripts/twister --cmake-only -T samples/synchronization/ --outdir filter_cache --force-color --inline-logs -v
133
cd filter_cache
134
for d in `ls -1`; do
135
mkdir -p cache/${d};
0 commit comments