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 0df7ea2 commit 7f7e3cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ jobs:
env:
CC: ${{ matrix.compiler }}
CXX: ${{ matrix.cxx-compiler }}

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

0 comments on commit 7f7e3cc

Please sign in to comment.