Skip to content

Commit

Permalink
chore: Enhance macOS smoke test with verbose error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 8, 2024
1 parent b2fbcfc commit 2f3e710
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2f3e710

Please sign in to comment.