Skip to content

Commit

Permalink
Print all log files in githup workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm authored and CaBeckmann committed Nov 16, 2023
1 parent 3192cb4 commit 13feebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
make all
echo == test ==
REGRESS_FAIL_EARLY=no SUDO=sudo make test 2>&1 | tee make.log
tail -n100 regress/pfresolved.log
tail -n1000 regress/*.log
! grep -B1 FAILED make.log

0 comments on commit 13feebc

Please sign in to comment.