aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/justfile b/justfile
index 2df039b..4e4ff2d 100644
--- a/justfile
+++ b/justfile
@@ -4,10 +4,10 @@ default:
run *args:
cabal run chelleport -- {{args}}
-test:
- cabal test
+test *args:
+ cabal test {{args}}
-testw:
+testw *args:
nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main'
build: