summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8c7d2db1..beb18a3f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,5 +23,7 @@ jobs:
working-directory: out
- name: build
run: cmake --build out
- - name: test
+ - name: unittests
+ run: cmake --build out --target run-unittests
+ - name: tests
run: cmake --build out --target run-tests