circleci config - don't use 'all' for cabal test.

This commit is contained in:
John MacFarlane 2019-03-27 08:10:42 -07:00
parent 2c3b8cd6d2
commit 8358f6b94e

View file

@ -65,8 +65,8 @@ commands:
# us to use -Werror for just local build:
# https://github.com/haskell/cabal/issues/4247
! grep -q "warning:" build.log
cabal v2-test -w ghc-<< parameters.ghcversion >> -j2 --ghc-options="${GHC_OPTS}" all
cabal v2-haddock -w ghc-<< parameters.ghcversion >> -j2 --ghc-options="${GHC_OPTS}" all
cabal v2-test -w ghc-<< parameters.ghcversion >> -j2 --ghc-options="${GHC_OPTS}"
cabal v2-haddock -w ghc-<< parameters.ghcversion >> -j2 --ghc-options="${GHC_OPTS}"
cabal check
- *save