gitutil: refactor the way to mock (#6032)

* Refactor the mock module store

* Only test on 1.14.x
This commit is contained in:
ᴜɴᴋɴᴡᴏɴ
2020-03-29 19:37:28 +08:00
committed by GitHub
parent 9356231e64
commit 933206f1fe
7 changed files with 146 additions and 126 deletions

View File

@@ -19,7 +19,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
@@ -43,4 +43,4 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-