mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
added catch2 testing to ci workflow
This commit is contained in:
parent
903c93de26
commit
6b0baf8b1d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue