mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
Fix CI so that -Wall -Werror works again!
We were only getting the return status for the tests, apparently, from `cabal test`. So now we run `cabal build` separately.
This commit is contained in:
@@ -120,7 +120,8 @@ jobs:
|
||||
|
||||
- name: Build and test
|
||||
run: |
|
||||
cabal test ${{ matrix.versions.cabalopts }} --enable-tests --disable-optimization --ghc-options="${{ matrix.verisons.ghcopts }}" all
|
||||
cabal build ${{ matrix.versions.cabalopts }} --enable-tests --disable-optimization --ghc-options="${{ matrix.verisons.ghcopts }}" all
|
||||
cabal test ${{ matrix.versions.cabalopts }} --disable-optimization --ghc-options="${{ matrix.verisons.ghcopts }}" all
|
||||
|
||||
linux-stack:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user