From 14f2f32bbb38ee4f8a205c12a3a79b4e9c5c7b04 Mon Sep 17 00:00:00 2001 From: Paul Jolly Date: Wed, 12 Feb 2020 14:58:52 +0000 Subject: [PATCH] ci: remove errant RACE_BUILD env var in workflow config (#769) --- .github/workflows/test.yml | 1 - internal/cmd/genconfig/genconfig.go | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52734bd56..c2004396e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,6 @@ env: GH_USER: "x-access-token" GH_TOKEN: ${{ github.token }} GOVIM_TEST_RACE_SLOWDOWN: "1.5" - RACE_BUILD: "742" name: Go jobs: diff --git a/internal/cmd/genconfig/genconfig.go b/internal/cmd/genconfig/genconfig.go index f5dfa3a0c..64e46f271 100644 --- a/internal/cmd/genconfig/genconfig.go +++ b/internal/cmd/genconfig/genconfig.go @@ -270,7 +270,6 @@ env: GH_USER: "x-access-token" GH_TOKEN: ${{ github.token }} GOVIM_TEST_RACE_SLOWDOWN: "1.5" - RACE_BUILD: "742" name: Go jobs: