diff --git a/Jenkinsfile b/Jenkinsfile index a5911f72f0ba..ba1a13b7e7cb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -532,6 +532,7 @@ def testGo(prefix, packagesToTest, hasKBFSChanges) { } def testGoBuilds(prefix, packagesToTest, hasKBFSChanges) { + if (prefix == "test_linux_go_") { dir("keybase") { sh "go build -o keybase_production -ldflags \"-s -w\" -buildmode=pie --tags=production"