Skip to content

Commit 4b10a83

Browse files
committed
CI: run unit tests on Github Actions
1 parent dfa0fbd commit 4b10a83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cppcmake.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ jobs:
3838
with:
3939
name: pkg-${{ matrix.os }}
4040
path: build/install
41+
- name: unit tests (internal functions)
42+
run: build/install/bin/lsl_test_internal --order rand --durations yes
43+
- name: unit tests (exported functions)
44+
run: build/install/bin/lsl_test_exported --order rand --durations yes

0 commit comments

Comments
 (0)