aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-19 22:40:41 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-19 22:40:41 +0530
commit5dc3696f38433c79939bb182c4590a6ce04f4c63 (patch)
tree4329988cad9afa9c58f8a4c66419d23bc0ddc55d /justfile
parentd44103add77718ae650bc0ad5e708e984192c29d (diff)
downloadchelleport-5dc3696f38433c79939bb182c4590a6ce04f4c63.tar.gz
chelleport-5dc3696f38433c79939bb182c4590a6ce04f4c63.zip
Test mock setup for update + 1 spec for update case
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: