Skip to content

Commit

Permalink
feat: add test justfile target
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Sep 4, 2023
1 parent 86f59fc commit f48f583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@ seed:
setup:
#!/usr/bin/env bash
bash <(curl -s https://gist.githubusercontent.com/Justintime50/2de9303a491c22627ee502aaa7b1f289/raw/) easypost-tools-ui easypost-tools-ui has_database
# Tests the project
test:
composer test

0 comments on commit f48f583

Please sign in to comment.