Commit 26689989975a86b220582f9279ff1d9f0fc98725 Parent: b7b3a0cd59d9d14b5ed0f328e53e7a390b1d77b5 Author: mcol <mcol@posteo.net> Date: 2021-11-25 21:27:48 +0000 Committer: mcol <mcol@posteo.net> Committed: 2021-11-25 21:27:48 +0000 disable terminal output for stack in CI
.github/workflows/haskell.yml Modified
@@ -28,7 +28,7 @@ - name: Build run: | - stack build + stack --no-terminal build - name: Test run: |