Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kachiann committed Aug 19, 2024
1 parent 8199d14 commit d7b69b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ monitor:
lint:
pylint *.py

# Target to run tests
test:
@echo "Running tests..."
pytest tests/unit-test

register:
python src/model_registry.py

Expand Down

0 comments on commit d7b69b5

Please sign in to comment.