Skip to content

Commit

Permalink
Run unit tests as part of workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 29, 2023
1 parent 8b3d68e commit be31a42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ jobs:
env:
CC: ${{ matrix.compiler }}
CXX: ${{ matrix.cxx-compiler }}

- name: Run tests
run: ctest --verbose -C MinSizeRel --output-on-failure

0 comments on commit be31a42

Please sign in to comment.