mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
disable parallel test execution
This commit is contained in:
parent
c55f737dd0
commit
e274474f25
@ -9,6 +9,6 @@ before_script:
|
||||
- sudo ntpdate -u time.google.com
|
||||
- date
|
||||
script:
|
||||
- go test -tags json -v v2ray.com/core/...
|
||||
- go test -p 1 -tags json -v v2ray.com/core/...
|
||||
after_success:
|
||||
- ./testing/coverage/coverall
|
||||
|
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -21,7 +21,7 @@
|
||||
},
|
||||
{
|
||||
"taskName": "test",
|
||||
"args": ["v2ray.com/core/..."],
|
||||
"args": ["-p", "1", "v2ray.com/core/..."],
|
||||
"isBuildCommand": false
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user