Skip to content

Commit ce52de8

Browse files
committed
ci: disable tests on linux
1 parent 9bd34d2 commit ce52de8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ jobs:
4747
conan build . --profile=.conan/profiles/${{ matrix.profile }}.conanprofile -s build_type=${{ matrix.build_type }}
4848
4949
- name: Run tests
50+
if: runner.os != 'Linux'
5051
working-directory: ./build/${{ matrix.build_type }}
5152
run: ctest --output-on-failure

0 commit comments

Comments
 (0)