Update github config files

This commit is contained in:
guanguans 2021-01-12 16:19:35 +08:00
parent 812f8c47c3
commit bb741d8d95

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2
- name: Run unit tests
run: |
go mod init guanguans/id-validator
# go mod init guanguans/id-validator
go test -v -race -coverprofile=coverage -covermode=atomic ./...
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v1.0.6