Skip to content

Commit

Permalink
Let's go for MacOS testing!
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Sep 13, 2023
1 parent 32fce64 commit 3b9e38f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,14 @@ jobs:
run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
if: runner.os != 'Linux'

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

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

- name: Install
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 3b9e38f

Please sign in to comment.