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 031b9d5 commit 48e715fCopy full SHA for 48e715f
.github/workflows/cppcmake.yml
@@ -74,9 +74,8 @@ jobs:
74
- name: unit tests (internal functions)
75
run: build/install/bin/lsl_test_internal --order rand --wait-for-keypress never --durations yes
76
timeout-minutes: 5
77
- continue-on-error: true
78
- name: unit tests (exported functions)
79
shell: bash
80
run: build/install/bin/lsl_test_exported --order rand --wait-for-keypress never --durations yes
81
82
+ if: ${{ success() || failure() }}
0 commit comments