Modify: cancel race test
This commit is contained in:
parent
4baddecd8e
commit
e894450d5e
3 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// +build !race
|
||||
|
||||
package onedrive
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// +build !race
|
||||
|
||||
package onedrive
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue