changing CTest workflow in CI

This commit is contained in:
myerspat 2022-12-23 14:40:54 -05:00
parent 761bfc5349
commit ea1feef6e2

View file

@ -119,8 +119,8 @@ jobs:
- name: test
shell: bash
run: |
make CTEST_OUTPUT_ON_FAILURE=1 test -C $GITHUB_WORKSPACE/build/
$GITHUB_WORKSPACE/tools/ci/gha-script.sh
ctest --output-on-failure
- name: after_success
shell: bash