Skip to content

Commit

Permalink
Enable debug logging in test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Nov 29, 2024
1 parent 52ec275 commit 4ec0207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ec0207

Please sign in to comment.