added catch2 testing to ci workflow

This commit is contained in:
myerspat 2022-12-23 12:54:24 -05:00
parent 903c93de26
commit 6b0baf8b1d

View file

@ -118,7 +118,9 @@ jobs:
- name: test
shell: bash
run: $GITHUB_WORKSPACE/tools/ci/gha-script.sh
run: |
$GITHUB_WORKSPACE/tools/ci/gha-script.sh
ctest --output-on-failure
- name: after_success
shell: bash