chore: run unit test with go 1.14 (#1084)

This commit is contained in:
Kevin Wan 2021-09-23 15:30:40 +08:00 committed by GitHub
parent 41c980f00c
commit 3ae6a882a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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