mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Run only main process specs for now
Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
committed by
Nathan Sobo
parent
9847c4fc24
commit
7e7f7722e6
@@ -136,7 +136,7 @@ module.exports = (grunt) ->
|
||||
else
|
||||
async.parallel
|
||||
|
||||
specs = [runRendererProcessSpecs, runMainProcessSpecs, runPackageSpecs]
|
||||
specs = [runMainProcessSpecs]
|
||||
|
||||
method specs, (error, results) ->
|
||||
failedPackages = []
|
||||
|
||||
Reference in New Issue
Block a user