Skip to content

Commit

Permalink
Adding tests to make file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysrevans3 committed Feb 28, 2024
1 parent 548520b commit 168efb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ docs-image:
docs: docs-image
docker-compose -f docker-compose.docs.yml \
run docs

.PHONY: test
test: image
pytest .

0 comments on commit 168efb1

Please sign in to comment.