From 7c80d05e37dc02870c680869ae3f04ac6d9637ee Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 16 Jan 2020 14:53:11 -0800 Subject: Initial WASM C API implementation. (#1250) All tests except `threads` pass. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fa4b55d..1ea6dc43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,5 +31,7 @@ jobs: run: cmake --build out - name: unittests run: cmake --build out --target run-unittests + - name: c-api-tests + run: cmake --build out --target run-c-api-tests - name: tests run: cmake --build out --target run-tests -- cgit v1.2.3