From 9beddcd11602f9cbaf4fb4082dc654c492e845ab Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 10 May 2019 23:54:55 -0700 Subject: [PATCH] ci: run golint tests License: MIT Signed-off-by: Steven Allen --- .circleci/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e427bd23..17e734b80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,6 +51,15 @@ jobs: environment: TEST_NO_FUSE: 1 - *store_gomod + golint: + <<: *defaults + steps: + - checkout + - *make_out_dirs + - *restore_gomod + - run: | + make -O test_go_lint + - *store_gomod gotest: <<: *defaults steps: