Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrgl committed Oct 26, 2024
1 parent 6e653c1 commit b52403d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ lint:

test:
uv run pytest -ra tests/ -sv --cov=cartesia/ --log-cli-level=INFO

bump: # Use as `make bump version=<version>`
uv run bumpversion.py $(version)

0 comments on commit b52403d

Please sign in to comment.