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: