We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0b00a commit ed7c1acCopy full SHA for ed7c1ac
constrained-generators.cabal
@@ -138,6 +138,8 @@ test-suite constrained-tests
138
-Wredundant-constraints
139
-Wunused-packages
140
-rtsopts
141
+ -threaded
142
+ -with-rtsopts=-N
143
144
build-depends:
145
QuickCheck >= 2.15.0.1,
test/Tests.hs
@@ -9,6 +9,6 @@ import Test.Hspec
9
main :: IO ()
10
main = do
11
nightly <- isJust <$> lookupEnv "NIGHTLY"
12
- hspec $ do
+ hspec $ parallel $ do
13
Tests.tests nightly
14
Graph.tests nightly
0 commit comments