Skip to content

Commit

Permalink
Merge pull request #118 from ractf/hotfix/cleanupmake
Browse files Browse the repository at this point in the history
cleanup makefile
  • Loading branch information
david-cooke authored Jun 9, 2021
2 parents e02168f + c691bed commit 6388497
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ dev-server:
docker-compose build && \
docker-compose up -d

dev-test:
make dev-server && \
dev-test: dev-server
docker-compose exec backend pytest --cov=src src

0 comments on commit 6388497

Please sign in to comment.