Compare commits

...

1 commit

Author SHA1 Message Date
Greg Weber
71111d45f1 run against the persistent-mongoDB test suite 2016-06-22 00:29:04 -07:00

View file

@ -69,3 +69,9 @@ script:
echo "expected '$SRC_TGZ' not found";
exit 1;
fi
- git clone https://github.com/yesodweb/persistent
- cd persistent
- "cabal install ./persistent ./persistent-mongoDB --only-dependencies"
- cd persistent-test
- cabal install -fmongodb --enable-tests
- "cabal configure -fmongodb --enable-tests && cabal test"