Skip to content
Snippets Groups Projects
Unverified Commit 31e37ad5 authored by cflag's avatar cflag
Browse files

Update ctest debug options

parent 5f3a227d
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ jobs: ...@@ -44,7 +44,7 @@ jobs:
cmake -S . -B build cmake -S . -B build
cmake --build build -j 2 cmake --build build -j 2
cmake --install build cmake --install build
ctest --test-dir build ctest --test-dir build --rerun-failed --output-on-failure
- name: Store new reference output - name: Store new reference output
run: | run: |
cp -v build/RunTests/RunTests/TGV-Taylor-Green-vortex/time_evol.dat tests/TGV-Taylor-Green-Vortex/reference_time_evol.dat cp -v build/RunTests/RunTests/TGV-Taylor-Green-vortex/time_evol.dat tests/TGV-Taylor-Green-Vortex/reference_time_evol.dat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment