mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
Ctest seems to be the problem somehow
This commit is contained in:
30
.github/workflows/test_catch2.yml
vendored
30
.github/workflows/test_catch2.yml
vendored
@@ -56,22 +56,22 @@ jobs:
|
||||
set -x
|
||||
cmake --build . --target install -j $(nproc) --config $BUILD_TYPE
|
||||
|
||||
- name: Test
|
||||
working-directory: ./build
|
||||
shell: bash
|
||||
# Execute tests defined by the CMake configuration.
|
||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||
run: |
|
||||
ctest -j 1
|
||||
# - name: Test
|
||||
# working-directory: ./build
|
||||
# shell: bash
|
||||
# # Execute tests defined by the CMake configuration.
|
||||
# # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||
# run: |
|
||||
# ctest -j 1
|
||||
|
||||
- name: Rerun failed Tests
|
||||
if: failure()
|
||||
working-directory: ./build
|
||||
shell: bash
|
||||
# Execute tests defined by the CMake configuration.
|
||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||
run: |
|
||||
ctest -j 1 --rerun-failed --output-on-failure
|
||||
# - name: Rerun failed Tests
|
||||
# if: failure()
|
||||
# working-directory: ./build
|
||||
# shell: bash
|
||||
# # Execute tests defined by the CMake configuration.
|
||||
# # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||
# run: |
|
||||
# ctest -j 1 --rerun-failed --output-on-failure
|
||||
|
||||
# TODO: pick one style, for now I'm doing this so I can report zero new failures compared to catch1
|
||||
- name: Rerun failed Tests in CatchTestRunner directly
|
||||
|
||||
Reference in New Issue
Block a user