dev: update cache key
This commit is contained in:
parent
04f51a5cf4
commit
908d91b088
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@ -43,9 +43,9 @@ jobs:
|
|||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-go-
|
${{ runner.os }}-go-${{ matrix.golang }}-
|
||||||
- name: Run tests on Unix-like operating systems
|
- name: Run tests on Unix-like operating systems
|
||||||
run: make test
|
run: make test
|
||||||
check_generated:
|
check_generated:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user