Skip to content

Commit

Permalink
try gory again
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed May 19, 2024
1 parent e637438 commit 53b38ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
curl -L https://cpanmin.us | sudo perl - --notest --installdeps --with-configure --with-develop .
perl Makefile.PL
make
ktrace -di perl -Iblib/lib t/kill_kill.t || true
ktrace -di env IPCRUNDEBUG=gory perl -Iblib/lib t/kill_kill.t || true
kdump || true
prove -wlvmb t
IPCRUNDEBUG=gory prove -wlvmb t/kill_kill.t

0 comments on commit 53b38ba

Please sign in to comment.