ci: run golint tests

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen 2019-05-10 23:54:55 -07:00
parent 037382239d
commit 9beddcd116

View File

@ -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: