mirror of https://github.com/v2ray/v2ray-core
disable parallel test execution
parent
c55f737dd0
commit
e274474f25
|
@ -9,6 +9,6 @@ before_script:
|
||||||
- sudo ntpdate -u time.google.com
|
- sudo ntpdate -u time.google.com
|
||||||
- date
|
- date
|
||||||
script:
|
script:
|
||||||
- go test -tags json -v v2ray.com/core/...
|
- go test -p 1 -tags json -v v2ray.com/core/...
|
||||||
after_success:
|
after_success:
|
||||||
- ./testing/coverage/coverall
|
- ./testing/coverage/coverall
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"taskName": "test",
|
"taskName": "test",
|
||||||
"args": ["v2ray.com/core/..."],
|
"args": ["-p", "1", "v2ray.com/core/..."],
|
||||||
"isBuildCommand": false
|
"isBuildCommand": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue