From 13e89972fa36201d90a4427d5cdf175d3eb869eb Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Mon, 19 Mar 2018 11:32:38 +0000 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20do=20race=20detection=20testing?= =?UTF-8?q?=20in=20CI=20environment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0fb83c43..fecabb08 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,9 +20,6 @@ jobs: - run: name: Tests command: make tests - - run: - name: Racer - command: make racer - run: name: Build command: make build