Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hhk7734 committed Aug 23, 2023
1 parent 2c2bdf4 commit 4e58691
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 @@ remove_local:
@git for-each-ref --format '%(refname:short)' refs/heads | xargs -r -t git branch -D

install_test:
poetry install --no-root --only test
poetry install --no-root --without dev

test:
poetry run pytest

0 comments on commit 4e58691

Please sign in to comment.