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:
parent
e4143aaa34
commit
0e13a4c091
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user