Skip to content

Commit

Permalink
try again: turn on debugging to troubleshoot Windows CI test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ikluft committed May 4, 2024
1 parent f5d0963 commit 58acf47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ jobs:
dzil test --release
dzil install
- name: Run black box tests
env:
LONGITUDE_TZ_TEST_DEBUG: 1
run: |
LONGITUDE_TZ_TEST_DEBUG=1 prove test/cli-test-perl.t
prove test/cli-test-perl.t

0 comments on commit 58acf47

Please sign in to comment.