File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ k8s_test_e2e:
123123 go test ./k8s/e2e/local-runner -count 1 -test.parallel=12 -v $(args )
124124
125125k8s_test_e2e_ci : go_mod
126- CHAINLINK_USER_TEAM=TT go test ./k8s/e2e/local-runner -v - count 1 -test.parallel=14 -test.timeout=1h -json 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci -singlepackage
126+ CHAINLINK_USER_TEAM=TT go test ./k8s/e2e/local-runner -count 1 -test.parallel=14 -test.timeout=1h -json 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci -singlepackage
127127
128128k8s_test_e2e_ci_remote_runner : go_mod
129129 CHAINLINK_USER_TEAM=TT go test ./k8s/e2e/remote-runner -count 1 -test.parallel=20 -test.timeout=1h -json 2>&1 | tee /tmp/remoterunnergotest.log | gotestloghelper -ci -singlepackage
You can’t perform that action at this time.
0 commit comments