justfile 166 B

123456789
  1. # vim: set ft=make :
  2. help:
  3. @echo "just is a convenient command runner. Try just -l"
  4. # Run the tests against mongo DB
  5. test backend:
  6. ./bin/test-backend {{backend}}