Skip to content

Commit 5bc0127

Browse files
test1
1 parent a12b8d7 commit 5bc0127

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
with:
4848
go-version: ${{ matrix.go-version }}
4949
cache-dependency-path: "**/go.sum"
50+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
51+
with:
52+
path: ~/.cache/go-build
53+
key: ${{ runner.os }}-gobuild-${{ hashFiles('**/go.sum') }}
54+
restore-keys: ${{ runner.os }}-gobuild-
5055

5156
- name: Run go test
5257
run: |

0 commit comments

Comments
 (0)