Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilus authored Jun 5, 2023
1 parent 6e8ee41 commit dc0f667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

tests: ## [host] Run tests (uses docker)
docker-compose run lo_api python3 -m unittest discover -s lotemplate/unittest
docker compose run lo_api python3 -m unittest discover -s lotemplate/unittest

0 comments on commit dc0f667

Please sign in to comment.