Skip to content

Commit

Permalink
ci: Cache dependencies for other submodules (#1044)
Browse files Browse the repository at this point in the history
Follow up to #1043:
Also cache dependencies for other submodules in the repo.
  • Loading branch information
jklaw90 committed Jan 4, 2022
1 parent da733e5 commit 79cb86f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Download Dependencies
run: |
go mod download
cd tools && go mod download
(cd tools && go mod download)
(cd benchmarks && go mod download)
(cd zapgrpc/internal/test && go mod download)
- name: Lint
if: matrix.latest
Expand Down

0 comments on commit 79cb86f

Please sign in to comment.