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 e40bf41 commit 48d7eb9Copy full SHA for 48d7eb9
.github/workflows/compilation_on_android_ubuntu.yml
@@ -424,7 +424,7 @@ jobs:
424
VERBOSE=1
425
cmake -S . -B build ${{ matrix.make_options }}
426
cmake --build build --config Debug --parallel 4
427
- ctest --test-dir build --output-on-failure
+ ctest -V --test-dir build --output-on-failure
428
working-directory: samples/wasm-c-api
429
430
build_samples_others:
0 commit comments