unison/scripts/stack-test.sh

4 lines
124 B
Bash
Executable File

#!/bin/sh
stack build && stack exec tests && \
echo "The stack tests passed. The sbt tests are postponed until git push."