Skip to content
Snippets Groups Projects
Commit 76775d58 authored by Vincent Hanquez's avatar Vincent Hanquez
Browse files

make sure the monad tests are only run if the repo exist

parent 9602b3c4
No related branches found
No related tags found
Loading
......@@ -63,5 +63,5 @@ printLocalMarshallError l
main = do
onLocalRepo $ \(git :: Git SHA1) -> do
doLocalMarshallEq git >>= printLocalMarshallError . catMaybes . concat
testGitMonadLocal
return ()
testGitMonadLocal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment