We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f51a5 commit 908d91bCopy full SHA for 908d91b
.github/workflows/pr.yml
@@ -43,9 +43,9 @@ jobs:
43
- uses: actions/cache@v1
44
with:
45
path: ~/go/pkg/mod
46
- key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
+ key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
47
restore-keys: |
48
- ${{ runner.os }}-go-
+ ${{ runner.os }}-go-${{ matrix.golang }}-
49
- name: Run tests on Unix-like operating systems
50
run: make test
51
check_generated:
0 commit comments