Skip to content

Commit

Permalink
provide a local equivalent of the CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellm committed Jan 8, 2025
1 parent 55af2b8 commit 61f0dce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ update-deps-no-hashes:
--output-file requirements/dev.txt requirements/dev.in
uv pip compile --upgrade \
--output-file requirements/tox.txt requirements/tox.in

# local replication of the CI github action
.PHONY: test
test:
tox run -e py,coverage-report,typing --

0 comments on commit 61f0dce

Please sign in to comment.