Skip to content

Commit

Permalink
ci: remove errant RACE_BUILD env var in workflow config (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
myitcv committed Feb 12, 2020
1 parent 3fa767f commit 14f2f32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion internal/cmd/genconfig/genconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 14f2f32

Please sign in to comment.