diff --git a/.circleci/config.yml b/.circleci/config.yml index 8385376..f3d48a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -135,7 +135,7 @@ cabalbuild: &cabalbuild name: Running tests command: | if grep '^test-suite' *.cabal > /dev/null; then - cabal new-test --project-file="cabal.project" -j${CABAL_THREADS:-4} all + cabal new-test --enable-tests --project-file="cabal.project" -j${CABAL_THREADS:-4} all else echo Not tests to run fi