summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
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