mirror of https://github.com/grpc/grpc-node.git
Remove internal tests from main test script for now
This commit is contained in:
parent
73c1c6d663
commit
dbd1feb573
|
@ -99,7 +99,7 @@ gulp.task('clean.all', 'Delete all files created by tasks',
|
|||
'internal.test.clean.all', 'js.clean.all', 'native.clean.all', 'protobuf.clean.all']);
|
||||
|
||||
gulp.task('native.test.only', 'Run tests of native code without rebuilding anything',
|
||||
['native.core.test', 'internal.test.test', 'health-check.test']);
|
||||
['native.core.test', 'health-check.test']);
|
||||
|
||||
gulp.task('native.test', 'Run tests of native code', (callback) => {
|
||||
runSequence('build', 'native.test.only', callback);
|
||||
|
|
Loading…
Reference in New Issue