We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa0fbd commit 4b10a83Copy full SHA for 4b10a83
.github/workflows/cppcmake.yml
@@ -38,3 +38,7 @@ jobs:
38
with:
39
name: pkg-${{ matrix.os }}
40
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