mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
run tests using async.parallel
This commit is contained in:
@@ -274,7 +274,7 @@ function requestedTestSuites (platform) {
|
||||
return suites
|
||||
}
|
||||
|
||||
async.series(testSuitesToRun, function (err, results) {
|
||||
async.parallel(testSuitesToRun, function (err, results) {
|
||||
if (err) {
|
||||
console.error(err)
|
||||
process.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user