diff --git a/SPECS/mattermost-plugin-github.spec b/SPECS/mattermost-plugin-github.spec index 172edca..dcaebd4 100644 --- a/SPECS/mattermost-plugin-github.spec +++ b/SPECS/mattermost-plugin-github.spec @@ -32,6 +32,7 @@ git clone https://github.com/mattermost/mattermost-plugin-github export GOPATH=`pwd` export PATH="bin:"$PATH cd src/github.com/mattermost/mattermost-plugin-github +sed 's/-race//' -i Makefile make