mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-21 16:56:27 -05:00
Test: do NOT cache go modules (#532)
This commit is contained in:
parent
c27ed16e6a
commit
33e1f2d271
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -33,12 +33,5 @@ jobs:
|
||||
- name: Checkout codebase
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Cache go module
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: ${{ runner.os }}-go-
|
||||
|
||||
- name: Test
|
||||
run: go test -timeout 1h -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user