From 2f3e710d9aa1f744612b2c57e42ed98ff61c91ee Mon Sep 17 00:00:00 2001 From: "Silvio Tomatis (aider)" Date: Sun, 8 Dec 2024 11:11:23 +0100 Subject: [PATCH] chore: Enhance macOS smoke test with verbose error logging --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c342ea..baf710c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,6 +172,11 @@ jobs: name: aardvark-macos-${{ matrix.arch }} path: aardvark-${{ matrix.arch }}.dmg - name: Smoke test the artifact + env: + RUST_BACKTRACE: "full" + RUST_LOG: "debug" + G_MESSAGES_DEBUG: "all" + GTK_DEBUG: "fatal-warnings" run: ./Aardvark.app/Contents/MacOS/aardvark windows: