Skip to content

Commit 99160af

Browse files
committed
test
1 parent 48d7eb9 commit 99160af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compilation_on_android_ubuntu.yml

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

0 commit comments

Comments
 (0)