Reenabled tests

This commit is contained in:
iko 2020-01-27 16:21:27 +03:00
parent 187a9f0536
commit 97db6c41fd

View File

@ -42,8 +42,7 @@ install:
script:
- |
if [ -z "$STACK_YAML" ]; then
echo 0
# cabal new-test --enable-tests
cabal new-test --enable-tests
else
stack test --system-ghc
fi