Skip to content
Snippets Groups Projects
Commit 642ecca5 authored by kristenk's avatar kristenk
Browse files

Enable solver quickcheck tests in continuous integration

parent c5fda0cf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment