Skip to content

Commit d63a1e1

Browse files
committed
CI: run tests in bash environment
1 parent 8fc29bf commit d63a1e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cppcmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
- name: unit tests (internal functions)
4242
run: build/install/bin/lsl_test_internal --order rand --durations yes
4343
- name: unit tests (exported functions)
44+
shell: bash
4445
run: build/install/bin/lsl_test_exported --order rand --durations yes || [ "${{ matrix.os }}" = "macOS-latest" ]

0 commit comments

Comments
 (0)