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 4b1b508 commit be03010Copy full SHA for be03010
.github/workflows/cppcmake.yml
@@ -63,6 +63,10 @@ jobs:
63
path: build/package
64
- name: unit tests (internal functions)
65
run: build/install/bin/lsl_test_internal --order rand --wait-for-keypress never --durations yes
66
+ timeout-minutes: 5
67
+ continue-on-error: true
68
- name: unit tests (exported functions)
69
shell: bash
- run: build/install/bin/lsl_test_exported --order rand --wait-for-keypress never --durations yes || [ "${{ matrix.os }}" = "macOS-latest" ]
70
+ run: build/install/bin/lsl_test_exported --order rand --wait-for-keypress never --durations yes
71
72
0 commit comments