Skip to content

Commit 48d7eb9

Browse files
committed
test
1 parent e40bf41 commit 48d7eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compilation_on_android_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ jobs:
424424
VERBOSE=1
425425
cmake -S . -B build ${{ matrix.make_options }}
426426
cmake --build build --config Debug --parallel 4
427-
ctest --test-dir build --output-on-failure
427+
ctest -V --test-dir build --output-on-failure
428428
working-directory: samples/wasm-c-api
429429

430430
build_samples_others:

0 commit comments

Comments
 (0)