Skip to content

Commit

Permalink
Add Phony: pytest to make sure pytest will always be runnable even if…
Browse files Browse the repository at this point in the history
… no other file depedency are changed.
  • Loading branch information
JCantu248 committed Jan 8, 2025
1 parent 5a56918 commit 887e1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.PHONY: syncdb
.PHONY: populate-cache
.PHONY: pytest

# Synchronize and populate the database
syncdb:
Expand Down

0 comments on commit 887e1db

Please sign in to comment.