File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,11 @@ Invoke-Expression "${PSScriptRoot}\..\misc\netkitten\build.ps1"
57
57
Invoke-Expression " ${PSScriptRoot} \..\misc\exec-command-agent-test\build.ps1"
58
58
59
59
# Run the tests
60
- # CGO_ENABLED=1 is required for the -race flag as of go 1.20
61
60
$cwd = (pwd).Path
62
61
try {
63
- $env: ECS_LOGLEVEL = ' debug' ; $ env: CGO_ENABLED = 1 ; go test - race - tags integration - timeout= 40m - v ../ agent/ engine ../ agent/ stats ../ agent/ app
62
+ $env: ECS_LOGLEVEL = ' debug' ; go test - tags integration - timeout= 40m - v ../ agent/ engine ../ agent/ stats ../ agent/ app
64
63
if (${LastExitCode} -ne 0 ) {
65
- $env: ECS_LOGLEVEL = ' debug' ; $ env: CGO_ENABLED = 1 ; go test - race - tags integration - timeout= 40m - v ../ agent/ engine ../ agent/ stats ../ agent/ app
64
+ $env: ECS_LOGLEVEL = ' debug' ; go test - tags integration - timeout= 40m - v ../ agent/ engine ../ agent/ stats ../ agent/ app
66
65
}
67
66
$testsExitCode = $LastExitCode
68
67
} finally {
You can’t perform that action at this time.
0 commit comments