mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
removed continue-on-error
This commit is contained in:
parent
90b0938539
commit
dd82622052
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
|||||||
exclude:
|
exclude:
|
||||||
- BUILD_SHARED_LIBS: OFF
|
- BUILD_SHARED_LIBS: OFF
|
||||||
BUILD_CLR_LIBS: ON
|
BUILD_CLR_LIBS: ON
|
||||||
continue-on-error:
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -44,4 +43,3 @@ jobs:
|
|||||||
# Execute tests defined by the CMake configuration.
|
# Execute tests defined by the CMake configuration.
|
||||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||||
run: ctest -C ${{env.BUILD_TYPE}}
|
run: ctest -C ${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user