Skip to content

Commit

Permalink
Enable solver quickcheck tests in continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
grayjay committed Apr 23, 2016
1 parent c5fda0c commit 642ecca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -26,3 +26,4 @@ build_script:
- ..\cabal build
- ..\cabal test unit-tests --show-details=streaming --test-option=--pattern=!FileMonitor --test-option=--hide-successes
- ..\cabal test integration-tests --show-details=streaming --test-option=--pattern=!exec --test-option=--hide-successes
- ..\cabal test solver-quickcheck --show-details=streaming --test-option=--hide-successes --test-option=--quickcheck-tests=1000
2 changes: 2 additions & 0 deletions travis-script.sh
Expand Up @@ -83,6 +83,8 @@ cabal build
cabal haddock # see https://github.com/haskell/cabal/issues/2198
cabal test unit-tests --show-details=streaming --test-option=--hide-successes
cabal test integration-tests --show-details=streaming --test-option=--hide-successes
cabal test solver-quickcheck --show-details=streaming --test-option=--hide-successes \
--test-option=--quickcheck-tests=1000
cabal check
./dist/setup/setup sdist
install_from_tarball
Expand Down

0 comments on commit 642ecca

Please sign in to comment.