diff --git a/Jenkinsfile b/Jenkinsfile index 235f93e..7b6efd5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { } stages { - stage('Build') { + stage('Test') { environment { CGO_ENABLED = "1" GOOS = "linux" @@ -32,7 +32,7 @@ pipeline { } } } - stage('Build Win') { + stage('Test Win') { environment { CGO_ENABLED = "1" GOOS = "windows"