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 0b09602 commit 2948a8fCopy full SHA for 2948a8f
1 file changed
.github/workflows/reusable-go-test.yml
@@ -39,18 +39,20 @@ jobs:
39
with:
40
go-version: ${{ matrix.go-version }}
41
cache: true
42
- cache-dependency-path: tests/go.sum
+ cache-dependency-path: |
43
+ go.sum
44
+ tests/go.sum
45
- name: Staticcheck (api module)
46
uses: dominikh/staticcheck-action@v1
47
48
checks: "-SA1009"
49
working-directory: api
- cache-key: ${{ matrix.go }}
50
+ cache-key: ${{ matrix.go-version }}
51
- name: Staticcheck (tests module)
52
53
54
checks: "inherit,-SA1019"
55
56
working-directory: tests
57
test:
58
strategy:
0 commit comments