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