Skip to content

Commit 6c927fc

Browse files
committed
Improve debugging of CI
1 parent 637f96b commit 6c927fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
rm -f dist/*
9090
cd patchelf-*
9191
./configure --prefix /patchelf
92-
make check
92+
make check || (cat tests/test-suite.log; exit 1)
9393
make install-strip
9494
cd -
9595
tar -czf ./dist/patchelf-\$(cat patchelf-*/version)-\$(uname -m).tar.gz -C /patchelf .

0 commit comments

Comments
 (0)