Skip to content

Commit 3b9e38f

Browse files
Let's go for MacOS testing!
1 parent 32fce64 commit 3b9e38f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,14 @@ jobs:
121121
run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
122122
if: runner.os != 'Linux'
123123

124-
- name: Set $PATH
124+
- name: Set $PATH (Windows)
125125
run: Add-Content $env:GITHUB_PATH "${{github.workspace}}\install\bin"
126126
if: runner.os == 'Windows'
127127

128128
- name: Test
129129
working-directory: ${{github.workspace}}/build
130130
# We are just testing in Linux
131131
run: ctest -C ${{env.BUILD_TYPE}}
132-
if: runner.os != 'macOS'
133132

134133
- name: Install
135134
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)