summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-17 11:52:16 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-17 11:52:16 +0200
commit39dcec7217f2b68e8bda9384e8c635468e15ce19 (patch)
tree2168931444bdbea187ca1d5a42b75b365e39d205 /.github
parent88351e660bfd3dc0ce1287266eb41e10956e0e12 (diff)
uhh ci?
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index dbce62c1..6cab8755 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -58,7 +58,8 @@ jobs:
run: |
cd ${{github.workspace}}/build/install
export LD_LIBRARY_PATH="$PWD/lib" ASAN_OPTIONS="detect_leaks=0:abort_on_error=1"
- xvfb-run gdb -q -batch -x ../../.github/gdbscript.py --args bin/floormat-test </dev/null
+ set -e
+ xvfb-run gdb -q -batch -x ../../.github/gdbscript.py --args bin/floormat-test
xvfb-run gdb -q -batch -x ../../.github/gdbscript.py --args bin/floormat-benchmark
if: matrix.os == 'ubuntu-22.04'