Skip to content

Commit 48e715f

Browse files
committed
CI: report build failures correctly
1 parent 031b9d5 commit 48e715f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cppcmake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ jobs:
7474
- name: unit tests (internal functions)
7575
run: build/install/bin/lsl_test_internal --order rand --wait-for-keypress never --durations yes
7676
timeout-minutes: 5
77-
continue-on-error: true
7877
- name: unit tests (exported functions)
7978
shell: bash
8079
run: build/install/bin/lsl_test_exported --order rand --wait-for-keypress never --durations yes
8180
timeout-minutes: 5
82-
continue-on-error: true
81+
if: ${{ success() || failure() }}

0 commit comments

Comments
 (0)