diff --git a/build/ci/.test.yml b/build/ci/.test.yml index 7ea00fa90fbc47c20bd559ec16f726e6d0b77c69..b367908d79ca91e3256794b5da49eb0b3806fd1b 100644 --- a/build/ci/.test.yml +++ b/build/ci/.test.yml @@ -13,9 +13,6 @@ integration-test: allow_failure: true script: - go test -race ./test/integration -v -coverprofile=coverage.out - after_script: - - go tool cover -func=coverage.out - unit-test: image: golang:1.14