Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed Nov 27, 2023
1 parent 315dc25 commit c23639f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lint:
poetry run flake8 -v

test:
poetry run pytest -v -s --cov=. tests
poetry run pytest -v -s --cov=template tests

publish:
poetry build -f wheel
Expand Down

0 comments on commit c23639f

Please sign in to comment.