Skip to content

Commit

Permalink
make unittest shouldn't depend on typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Jan 29, 2024
1 parent e801b4f commit 2c245e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fmt:
typecheck:
$(PYTHON) -m mypy src tests

unittest: typecheck
unittest:
$(PYTHON) -m unittest discover

test: typecheck unittest
Expand Down

0 comments on commit 2c245e1

Please sign in to comment.