From 6b0baf8b1d3a823605fb9d8ed9b3a51b409ca61e Mon Sep 17 00:00:00 2001 From: myerspat Date: Fri, 23 Dec 2022 12:54:24 -0500 Subject: [PATCH] added catch2 testing to ci workflow --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e267c0d8e1..e9ac04d59e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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