also run test_compat in citest

This commit is contained in:
Manuel Barkhau 2018-12-21 20:50:32 +01:00
parent 51d9ee5879
commit 3702eabdea

View file

@ -442,7 +442,7 @@ endif
.PHONY: citest .PHONY: citest
citest: citest:
docker build --file Dockerfile --tag tmp_citest_$(PKG_NAME) . docker build --file Dockerfile --tag tmp_citest_$(PKG_NAME) .
docker run --tty tmp_citest_$(PKG_NAME) make lint mypy test docker run --tty tmp_citest_$(PKG_NAME) make lint mypy test test_compat
## -- Build/Deploy -- ## -- Build/Deploy --