From 268208ec9887d4008b206ae473e273f5cc9c3b96 Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Wed, 27 Feb 2019 15:36:48 +0100 Subject: [PATCH] Use test target for ci. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d09292..0c9ac9f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,7 +28,7 @@ jobs: command: make eunit - run: name: Common Tests - command: make ct + command: make test - save_cache: key: dialyzer-cache-v1-{{ .Branch }}-{{ .Revision }} paths: