ci: run golint tests
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
May 10, 2019 at 23:54 UTC
9beddcd11602f9cbaf4fb4082dc654c492e845ab
1 file changed
+9
.circleci/config.yml
+9
@@ -51,6 +51,15 @@ jobs:
51
environment:
52
TEST_NO_FUSE: 1
53
- *store_gomod
54
+ golint:
55
+ <<: *defaults
56
+ steps:
57
+ - checkout
58
+ - *make_out_dirs
59
+ - *restore_gomod
60
+ - run: |
61
+ make -O test_go_lint
62
+ - *store_gomod
63
gotest:
64
<<: *defaults
65
steps: