circleci config - don't use 'all' for cabal test.
This commit is contained in:
parent
2c3b8cd6d2
commit
8358f6b94e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue