提交 e894450d 编写于 作者: H HFO4

Modify: cancel race test

上级 4baddecd
......@@ -4,6 +4,6 @@ go:
git:
depth: 1
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- go test -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)
// +build !race
package onedrive
import (
......
// +build !race
package onedrive
import (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册