Skip to content

Commit

Permalink
ci: Correctly restore module cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Jan 6, 2024
1 parent 13ef1cf commit 6d174cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
cache-dependency-path: ns/go.sum
- name: Test
run: cd ns && go test -v ./...

Expand All @@ -29,6 +30,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
cache-dependency-path: ns/v3/go.sum
- name: Test
run: cd ns/v3 && go test -v ./...

Expand All @@ -41,6 +43,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
cache-dependency-path: ns/v4/go.sum
- name: Test
run: cd ns/v4 && go test -v ./...

Expand All @@ -53,6 +56,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
cache-dependency-path: examples/go.sum
- name: Test
run: cd examples && go test -v ./...

Expand All @@ -65,5 +69,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
cache-dependency-path: eud/v171/go.sum
- name: Test
run: cd eud/v171 && go test -v ./...

0 comments on commit 6d174cf

Please sign in to comment.