Skip to content

Commit 74be04b

Browse files
committed
verbose
Signed-off-by: Anas Nashif <[email protected]>
1 parent e891b27 commit 74be04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: |
130130
export ZEPHYR_BASE=${PWD}
131131
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
132-
python3 ./scripts/twister --cmake-only -T samples/synchronization/ --outdir filter_cache --force-color --inline-logs
132+
python3 ./scripts/twister --cmake-only -T samples/synchronization/ --outdir filter_cache --force-color --inline-logs -v
133133
cd filter_cache
134134
for d in `ls -1`; do
135135
mkdir -p cache/${d};

0 commit comments

Comments
 (0)