From 3702eabdea6dc242de0e2438982481a673920fae Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Fri, 21 Dec 2018 20:50:32 +0100 Subject: [PATCH] also run test_compat in citest --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 94e257b..01238f2 100644 --- a/makefile +++ b/makefile @@ -442,7 +442,7 @@ endif .PHONY: citest citest: 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 --