TeamCity On-Premises 2024.03 Help

Golang

Golang 的 构建功能 使得在 TeamCity 中实时报告和记录 Go 测试结果成为可能。

在运行构建之前,请确保代理上安装了 Go 编译器。

要在 TeamCity 中启用 Go 测试报告,请使用以下两种方法之一,运行带有 -json 标志的测试:

  • 将此标志添加到 Command Line 构建运行程序的脚本中: go test -json

  • env.GOFLAGS = -json 参数添加到构建配置中。

添加一个参数以启用 Golang 测试的解析
最后修改日期: 16日 7月 2024年