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 dec7a74 commit 2968beeCopy full SHA for 2968bee
1 file changed
.github/workflows/testing.yml
@@ -121,7 +121,7 @@ jobs:
121
enableCrossOsArchive: true
122
- name: Build & install
123
run: |
124
- cmake -S . -B build --preset macos-static -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}"
+ cmake -S . -B build --preset macos-static -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}" -DTESTS_OS_NAME=macos
125
cmake --build build
126
- name: Package binaries
127
@@ -156,7 +156,7 @@ jobs:
156
test/fetch-test-deps.sh --get-deps macos
157
- name: Run tests
158
159
- test/run-tests.sh --os macos
+ ctest --test-dir build --schedule-random
160
161
windows:
162
strategy:
0 commit comments