Skip to content

Commit

Permalink
add test step in macos pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Oct 11, 2023
1 parent 11cc926 commit 5851459
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos-clang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- working-directory: build/
run: ctest -C Debug --output-on-failure

0 comments on commit 5851459

Please sign in to comment.