feat(ci): run tests (from #288) in CI, which already runs make test

This commit is contained in:
Josh Klar 2022-02-03 01:06:53 -08:00 committed by Kyle Brown
parent 7fbda871c2
commit 46152ae8d9

View File

@ -88,7 +88,11 @@ powerwash: clean
@echo "===> Removing pipenv-managed virtual environment"
@$(PIPENV) --rm || true
test: lint
test: lint unit-tests
.PHONY: unit-tests
unit-tests: devdeps
@$(PIPENV) run python3 -m unittest
reset-bootloader:
@echo "===> Rebooting your board to bootloader (safe to ignore file not found errors)"