Cache modules when checking mod-tidy

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-07-02 11:42:22 +02:00
parent 1716db3d76
commit 7864ec6ff3

View File

@ -9,6 +9,7 @@ jobs:
steps:
- go/install-ssh
- checkout
- go/mod-download
- go/mod-tidy-check
workflows:
@ -18,4 +19,5 @@ workflows:
- go/lint
- go/test:
executor: go/circleci-golang
codecov-upload: true
- mod-tidy-check