Skip to content

Commit

Permalink
Adding test target to MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-smcmillan committed Dec 13, 2024
1 parent 16b74df commit 717c7f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ jobs:

- name: Build all applications
run: cmake --build ${{github.workspace}}/build

- name: Run tests
run: ctest --test-dir ${{github.workspace}}/build/tests

0 comments on commit 717c7f0

Please sign in to comment.