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 85e06f6 commit 51a644dCopy full SHA for 51a644d
.github/workflows/osx.yml
@@ -55,10 +55,10 @@ jobs:
55
working-directory: build
56
run: cmake --build . --target run_tests_with_junit_report
57
58
- - name: Run Sparrow integration tests
59
- if: matrix.build_shared == 'ON'
60
- working-directory: build
61
- run: cmake --build . --target run_sparrow_tests_direct
+ # - name: Run Sparrow integration tests
+ # if: matrix.build_shared == 'ON'
+ # working-directory: build
+ # run: cmake --build . --target run_sparrow_tests_direct
62
63
- name: Install
64
0 commit comments