Skip to content

Commit

Permalink
chore: separate tests rule in multiples rules
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Oct 18, 2021
1 parent fcad1af commit 5815566
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ build_sync:
install:
poetry install

tests: install
tests: install tests_only tests_pre_commit
echo "Done"

tests_pre_commit:
poetry run pre-commit run --all-files

tests_only:
poetry run pytest --cov=./ --cov-report=xml -vv

run_infra:
Expand Down

0 comments on commit 5815566

Please sign in to comment.