Skip to content

Commit

Permalink
Merge pull request #8 from kepler16/jv/justfile-default
Browse files Browse the repository at this point in the history
Add default justfile command
  • Loading branch information
julienvincent authored Feb 12, 2024
2 parents c1f6dcf + 71f0ef1 commit 19d08b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
default:
@just --choose

test *ARGS:
clojure -T:kmono run :exec "\"just test\"" {{ ARGS }}

Expand Down

0 comments on commit 19d08b7

Please sign in to comment.