This commit is contained in:
Abel Luck 2022-07-22 12:59:55 +00:00
parent be8d7d6eee
commit 893982e0ad
2 changed files with 52 additions and 1 deletions

View file

@ -11,4 +11,8 @@ types:
$(POETRY) mypy $(SRC)
test:
$(POETRY) pytest $(TESTS)
$(POETRY) pytest $(TESTS)
ci: lint types test