feat(ci): run tests (from #288) in CI, which already runs make test
This commit is contained in:
parent
7fbda871c2
commit
46152ae8d9
6
Makefile
6
Makefile
@ -88,7 +88,11 @@ powerwash: clean
|
|||||||
@echo "===> Removing pipenv-managed virtual environment"
|
@echo "===> Removing pipenv-managed virtual environment"
|
||||||
@$(PIPENV) --rm || true
|
@$(PIPENV) --rm || true
|
||||||
|
|
||||||
test: lint
|
test: lint unit-tests
|
||||||
|
|
||||||
|
.PHONY: unit-tests
|
||||||
|
unit-tests: devdeps
|
||||||
|
@$(PIPENV) run python3 -m unittest
|
||||||
|
|
||||||
reset-bootloader:
|
reset-bootloader:
|
||||||
@echo "===> Rebooting your board to bootloader (safe to ignore file not found errors)"
|
@echo "===> Rebooting your board to bootloader (safe to ignore file not found errors)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user