diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 5b846b0c6..ff8478730 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -172,7 +172,7 @@ module.exports = (grunt) -> grunt.registerTask('compile', ['coffee', 'prebuild-less', 'cson']) grunt.registerTask('lint', ['coffeelint', 'csslint', 'lesslint']) - grunt.registerTask('test', ['shell:kill-atom', 'run-core-specs', 'run-specs']) + grunt.registerTask('test', ['shell:kill-atom', 'run-specs']) grunt.registerTask('ci', ['lint', 'update-atom-shell', 'build', 'set-development-version', 'test']) grunt.registerTask('deploy', ['partial-clean', 'update-atom-shell', 'build', 'codesign']) grunt.registerTask('docs', ['markdown:guides', 'build-docs'])