Run tests with the fswatch_build.sh

This commit is contained in:
CrystalSplitter 2023-12-09 18:18:17 -08:00 committed by Jordan R AW
parent 67c5ac0c73
commit 6fc70cfb12

View File

@ -5,4 +5,4 @@ if ! which fswatch >/dev/null; then
exit 1
fi
fswatch -n 64 -ro -l1 -m poll_monitor app/ lib/ *.cabal | xargs -I{} cabal build
fswatch -n 64 -ro -l1 -m poll_monitor app/ lib/ *.cabal | xargs -I{} cabal test