diff --git a/hledger-lib/tests/doctests.hs b/hledger-lib/tests/doctests.hs index f4f02fb68..05bc0f76d 100644 --- a/hledger-lib/tests/doctests.hs +++ b/hledger-lib/tests/doctests.hs @@ -8,4 +8,4 @@ main = do fs1 <- glob "Hledger/**/*.hs" fs2 <- glob "Text/**/*.hs" --fs3 <- glob "other/ledger-parse/**/*.hs" - doctest $ filter (not . isInfixOf "/.") $ ["Hledger.hs"] ++ fs1 ++ fs2 + doctest $ filter (not . isInfixOf "/.") $ ["--fast", "Hledger.hs"] ++ fs1 ++ fs2