Skip to content

Commit 2f10dd6

Browse files
committed
ci: output progress while testing
1 parent 198173a commit 2f10dd6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cmake-tag.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- name: Test
5858
run: |
5959
cd ${{github.workspace}}/build/install
60+
export MAGNUM_LOG=default
6061
export LD_LIBRARY_PATH="$PWD/lib" ASAN_OPTIONS="detect_leaks=0:abort_on_error=1"
6162
set -e
6263
xvfb-run gdb -q -batch -x ../../.github/gdbscript.py --args bin/floormat-test

.github/workflows/cmake.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Test
5959
run: |
6060
cd ${{github.workspace}}/build/install
61+
export MAGNUM_LOG=default
6162
export LD_LIBRARY_PATH="$PWD/lib" ASAN_OPTIONS="detect_leaks=0:abort_on_error=1"
6263
set -e
6364
xvfb-run gdb -q -batch -x ../../.github/gdbscript.py --args bin/floormat-test

0 commit comments

Comments
 (0)