Skip to content

Commit

Permalink
mysterious fail on CI in silent mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Jun 17, 2023
1 parent 8f3c0bf commit 5d85791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup compiler, build and test
run: |
stack build --silent --resolver ${{ matrix.stack-resolver }}
stack build --resolver ${{ matrix.stack-resolver }}
stack test
# - name: Setup Haskell tools
Expand Down

0 comments on commit 5d85791

Please sign in to comment.