mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 01:30:25 +08:00
chore: run unit test with go 1.14 (#1084)
This commit is contained in:
parent
41c980f00c
commit
3ae6a882a7
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -27,6 +27,8 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
with:
|
||||
go-version: 1.14
|
||||
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user