build with all flags in make check

This commit is contained in:
Simon Michael 2009-05-23 23:49:11 +00:00
parent 819f6709b3
commit 44cb0674de

View File

@ -131,7 +131,7 @@ push:
check: setversion test check: setversion test
cabal clean cabal clean
cabal check cabal check
cabal configure cabal configure -fvty -fhapps
cabal build cabal build
dist/build/hledger/hledger test 2>&1 | tail -1 | grep -q 'Errors: 0 Failures: 0' dist/build/hledger/hledger test 2>&1 | tail -1 | grep -q 'Errors: 0 Failures: 0'