Ensure xunit tests are not parallelized

This commit is contained in:
Dave Tillman 2016-04-07 12:29:14 -06:00
Родитель 3addf4156c
Коммит 6519431e0d
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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"
}
}