Ensure xunit tests are not parallelized
This commit is contained in:
Родитель
3addf4156c
Коммит
6519431e0d
|
@ -28,7 +28,7 @@
|
|||
},
|
||||
|
||||
"commands": {
|
||||
"test": "xunit.runner.dnx"
|
||||
"test": "xunit.runner.dnx -parallel none"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"xunit.runner.dnx": "2.1.0-rc1-build204"
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.dnx"
|
||||
"test": "xunit.runner.dnx -parallel none"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче