Skip to content

Commit

Permalink
Merge pull request #754 from cisagov/add_phony_pytest_to_makefile
Browse files Browse the repository at this point in the history
Add Pytest to list of Phony commands
  • Loading branch information
cduhn17 authored Jan 9, 2025
2 parents 5a56918 + 887e1db commit 62e93a0
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 62e93a0

Please sign in to comment.