From 4ec02079c965236098c04c845f8ded2c8f32e4c7 Mon Sep 17 00:00:00 2001 From: Marcelo Lazaroni Date: Fri, 29 Nov 2024 15:31:28 +0000 Subject: [PATCH] Enable debug logging in test runs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5612251..cbda35b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: run: cabal build all - name: Test - run: cabal run emulator-tests -- +RTS -N + run: LD_DEBUG=1 cabal run --verbose emulator-tests -- +RTS -N # We run this only when a PR is merged so we can see how things are performing # on the GH actions machines.