summaryrefslogtreecommitdiff
path: root/run-tests
blob: 2eb85df2160bd599b2c33012bb5e6bd4e2ceacc6 (plain)
1
2
#!/bin/sh
cabal-dev build && cabal-dev test || echo "ERROR: Some tests failed."