We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41b99d commit f2e698aCopy full SHA for f2e698a
run-tests.bat
@@ -55,7 +55,6 @@ for %%v in (10 12) do (
55
56
node -e "process.exit(process.version.startsWith('v%%v') ? 0 : -1)" || goto :error
57
58
- call .\node_modules\.bin\gulp cleanAll || SET FAILED=1
59
call .\node_modules\.bin\gulp setup || SET FAILED=1
60
call .\node_modules\.bin\gulp test || SET FAILED=1
61
cmd.exe /c "SET GRPC_DNS_RESOLVER=ares& call .\node_modules\.bin\gulp nativeTestOnly" || SET FAILED=1
0 commit comments