Skip to content

Commit

Permalink
chore(debug): remove install from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani Reinón committed Apr 29, 2022
1 parent ae05a5a commit 320739d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install_poetry:
curl -sSL https://install.python-poetry.org | python -
poetry install

tests: install tests_only tests_pre_commit
tests: tests_only tests_pre_commit

tests_pre_commit:
poetry run pre-commit run --all-files
Expand All @@ -16,4 +16,4 @@ tests_only:
poetry run pytest --cov=./ --cov-report=xml --cov-report=html -vv

build_sync:
poetry run unasync storage3 tests
poetry run unasync storage3 tests

0 comments on commit 320739d

Please sign in to comment.