Skip to content

Commit

Permalink
use --reorder-goals when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsenag committed Nov 1, 2015
1 parent 8e72e8d commit 77f3214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check-package
Expand Up @@ -4,7 +4,7 @@ BACKJUMPS=10000

echo OPTIONS: $*
cabal clean
cabal install --only-dependencies --force-reinstalls --max-backjumps=$BACKJUMPS --enable-tests $*
cabal install --only-dependencies --force-reinstalls --max-backjumps=$BACKJUMPS --reorder-goals --enable-tests $*
cabal configure --enable-tests $*
cabal build
cabal test
Expand Down

0 comments on commit 77f3214

Please sign in to comment.