Add bin/test entrypoint to run tests
Saves having to remember the CLI flag.
This commit is contained in:
parent
59a15c3d6f
commit
ebb3cefeb7
1 changed files with 2 additions and 0 deletions
2
bin/test
Executable file
2
bin/test
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
clojure -M:test "$@"
|
Loading…
Reference in a new issue