浏览代码

Update github config files

tags/v1.0.0
guanguans 3 年前
父节点
当前提交
7e6133812d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      .github/workflows/tests.yml

+ 2
- 1
.github/workflows/tests.yml 查看文件

@@ -6,6 +6,7 @@ on:
pull_request:
env:
GOPROXY: "https://proxy.golang.org"
GO111MODULE: "on"

jobs:
test:
@@ -24,7 +25,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


正在加载...
取消
保存