1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-08 06:32:28 +08:00

update: update validator test function

This commit is contained in:
dudaodong
2021-11-29 15:53:48 +08:00
parent 7d39d1319b
commit fee6cb17f3
5 changed files with 10 additions and 14 deletions

View File

@@ -17,6 +17,6 @@ jobs:
with:
go-version: "1.16"
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic
run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)