From 6fc70cfb12f786971e0984c9a2f7bd9a15050d63 Mon Sep 17 00:00:00 2001 From: CrystalSplitter Date: Sat, 9 Dec 2023 18:18:17 -0800 Subject: [PATCH] Run tests with the fswatch_build.sh --- fswatch_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fswatch_build.sh b/fswatch_build.sh index b813e30..9277558 100755 --- a/fswatch_build.sh +++ b/fswatch_build.sh @@ -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