From 40b715efd430bfa8c1257204c177ec038221bb12 Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Wed, 24 Oct 2018 10:58:13 -0400 Subject: [PATCH] Run test-import on CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 86411426..62e1c273 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,4 +15,4 @@ jobs: - run: name: "Run tests" - command: make test-lint test-unit + command: make test-lint test-unit test-import