We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198173a commit 2f10dd6Copy full SHA for 2f10dd6
.github/workflows/cmake-tag.yml
@@ -57,6 +57,7 @@ jobs:
57
- name: Test
58
run: |
59
cd ${{github.workspace}}/build/install
60
+ export MAGNUM_LOG=default
61
export LD_LIBRARY_PATH="$PWD/lib" ASAN_OPTIONS="detect_leaks=0:abort_on_error=1"
62
set -e
63
xvfb-run gdb -q -batch -x ../../.github/gdbscript.py --args bin/floormat-test
.github/workflows/cmake.yml
@@ -58,6 +58,7 @@ jobs:
64
0 commit comments