metacall / distributable-linux

Linux redistributable for shipping MetaCall Core.
Apache License 2.0
10 stars 12 forks source link

Speedup NodeJS build by removing the tests #10

Closed viferga closed 2 years ago

viferga commented 2 years ago

In the build phase the testing of node-lts takes long, we know Guix already tests them and we just do a small change in the linking properties of the nodejs library, so I think we can safely remove the tests to speedup build times.

viferga commented 2 years ago

I am not sure if we should do this, probably it's better to be slow but secure rather than fast with errors.