Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Sep 26, 2018
1 parent b0b014b commit b3b940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3b940b

Please sign in to comment.