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:
398
398
cd samples/wasi-threads
399
399
mkdir build && cd build
400
400
cmake -DWASI_SYSROOT=`pwd`/../../../core/deps/wasi-libc/sysroot ..
401
- cmake --build . --config Release --parallel 4
401
+ cmake --build . --config Release --parallel 4 -v
402
402
./iwasm wasm-apps/no_pthread.wasm
403
403
404
404
test :
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ jobs:
348
348
cd samples/wasi-threads
349
349
mkdir build && cd build
350
350
cmake -DWASI_SYSROOT=`pwd`/../../../core/deps/wasi-libc/sysroot ..
351
- cmake --build . --config Release --parallel 4
351
+ cmake --build . --config Release --parallel 4 -v
352
352
./iwasm wasm-apps/no_pthread.wasm
353
353
354
354
spec_test_default :
You can’t perform that action at this time.
0 commit comments