提交 2b1b05cf 编写于 作者: LinuxSuRen's avatar LinuxSuRen

Add test stage

上级 4dd5aad5
...@@ -29,5 +29,17 @@ pipeline { ...@@ -29,5 +29,17 @@ pipeline {
} }
} }
} }
stage('Test') {
steps {
container('golang') {
sh label: 'go test', script: '''
go test ./util/... -v
go test ./client/... -v
go test ./app/... -v
'''
}
}
}
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册