Skip to content

Commit 0fad342

Browse files
committed
Build with full log on error
1 parent 2535478 commit 0fad342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
if: steps.get-hackage-version.outputs.exists != 'true'
104104
run: |
105105
cd $(ls -d ./incoming/${{ matrix.package }}-*)
106-
cabal build --enable-tests --enable-benchmarks
106+
cabal build --enable-tests --enable-benchmarks || cabal build --enable-tests --enable-benchmarks -v3
107107
108108
- name: "Generate haddock for hackage"
109109
if: steps.get-hackage-version.outputs.exists != 'true'

0 commit comments

Comments
 (0)