diff --git a/.travis.yml b/.travis.yml index 8773ab4..a0f9340 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) diff --git a/pkg/filesystem/driver/onedrive/api_test.go b/pkg/filesystem/driver/onedrive/api_test.go index 6fd6523..e3511ac 100644 --- a/pkg/filesystem/driver/onedrive/api_test.go +++ b/pkg/filesystem/driver/onedrive/api_test.go @@ -1,5 +1,3 @@ -// +build !race - package onedrive import ( diff --git a/pkg/filesystem/driver/onedrive/handler_test.go b/pkg/filesystem/driver/onedrive/handler_test.go index 025a24c..6040fb6 100644 --- a/pkg/filesystem/driver/onedrive/handler_test.go +++ b/pkg/filesystem/driver/onedrive/handler_test.go @@ -1,5 +1,3 @@ -// +build !race - package onedrive import (