ref(action): remove redundant caching
This commit is contained in:
parent
a0bd68ea7a
commit
b78c849b21
1 changed files with 1 additions and 8 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
|
@ -15,14 +15,7 @@ jobs:
|
|||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
- name: Cache Go modules
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-go-
|
||||
cache: true
|
||||
|
||||
- name: Run unit tests
|
||||
run: go test ./test/test_unit/...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue