Skip to content

Commit

Permalink
Actually run the unit tests in parallel by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrnewton committed Dec 13, 2013
1 parent a3d7a63 commit d265732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion monad-par/monad-par.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ Library
Test-Suite test-monad-par
type: exitcode-stdio-1.0
main-is: tests/AllTests.hs
ghc-options: -itests -rtsopts -threaded
hs-source-dirs: tests/ ./
-- Run tests in parallel:
ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N4
build-depends: base >= 4 && < 5
, abstract-par, monad-par-extras
, array >= 0.3
Expand Down

0 comments on commit d265732

Please sign in to comment.