add test file

This commit is contained in:
谢小军
2019-12-31 16:22:02 +08:00
parent ed989232f6
commit 202a4208f5
2 changed files with 22 additions and 12 deletions

View File

@@ -1,15 +1,4 @@
language: go
go:
- 1.13.x
- master
go_import_path: github.com/xxjwxc/gormt
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
- master

File diff suppressed because one or more lines are too long