From b792271af0cbf9a568872f3c9e7d79429f5ea974 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Fri, 15 Feb 2019 10:56:32 +0100 Subject: [PATCH] Run remote/storage tests on CircleCI for troubleshooting Signed-off-by: Simon Pasquier --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6416a2e74d..20d5ca9b73 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,7 @@ jobs: steps: - checkout + - run: go test -race -v ./storage/remote/... - run: make promu - run: make check_license style unused staticcheck build check_assets - run: