Skip to content

Commit be03010

Browse files
tstennercboulay
authored andcommitted
CI: Add timeouts to github actions, continue on test failures
1 parent 4b1b508 commit be03010

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cppcmake.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
path: build/package
6464
- name: unit tests (internal functions)
6565
run: build/install/bin/lsl_test_internal --order rand --wait-for-keypress never --durations yes
66+
timeout-minutes: 5
67+
continue-on-error: true
6668
- name: unit tests (exported functions)
6769
shell: bash
68-
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+
timeout-minutes: 5
72+
continue-on-error: true

0 commit comments

Comments
 (0)