File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ jobs:
398398 cd samples/wasi-threads
399399 mkdir build && cd build
400400 cmake -DWASI_SYSROOT=`pwd`/../../../core/deps/wasi-libc/sysroot ..
401- cmake --build . --config Release --parallel 4
401+ cmake --build . --config Release --parallel 4 -v
402402 ./iwasm wasm-apps/no_pthread.wasm
403403
404404 test :
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ jobs:
348348 cd samples/wasi-threads
349349 mkdir build && cd build
350350 cmake -DWASI_SYSROOT=`pwd`/../../../core/deps/wasi-libc/sysroot ..
351- cmake --build . --config Release --parallel 4
351+ cmake --build . --config Release --parallel 4 -v
352352 ./iwasm wasm-apps/no_pthread.wasm
353353
354354 spec_test_default :
You can’t perform that action at this time.
0 commit comments