node-js: run tests with target test-only (#49516)
This commit is contained in:
parent
c98ee6d8ac
commit
b7eb0308d4
@ -246,7 +246,8 @@ def build(self, spec, prefix):
|
||||
@run_after("build")
|
||||
@on_package_attributes(run_tests=True)
|
||||
def build_test(self):
|
||||
make("test")
|
||||
# Note: target "test" requires a full git checkout with linters
|
||||
make("test-only")
|
||||
make("test-addons")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
Loading…
Reference in New Issue
Block a user