mirror of
https://github.com/ilyakooo0/roboservant.git
synced 2024-11-03 20:02:50 +03:00
5 lines
330 B
Makefile
5 lines
330 B
Makefile
testwatch:
|
|
ghcid -T main -c 'stack repl roboservant:lib roboservant:test:roboservant-test --test --ghc-options=-fobject-code' --allow-eval --restart="stack.yaml" --restart="package.yaml" -W
|
|
pedanticwatch:
|
|
ghcid -c 'stack repl --test --ghc-options=-fobject-code' --allow-eval --restart="stack.yaml" --restart="package.yaml" -W
|