1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

These can be in parallel because we're not changing the cwd.

This commit is contained in:
Patrick Thomson 2019-05-28 15:49:43 -04:00
parent e4143aaa34
commit 0e13a4c091

View File

@ -16,7 +16,7 @@ import qualified Semantic.Git as Git
spec :: Spec
spec = do
spec = parallel $ do
describe "readBlobsFromGitRepo" $ do
hasGit <- runIO $ isJust <$> findExecutable "git"
when hasGit . it "should read from a git directory" $ do