bcoin-org / bcrypto

JS crypto library
Other
98 stars 41 forks source link

add macos and windows native tests. #65

Closed nodech closed 1 year ago

nodech commented 2 years ago

Add more comprehensive CI testing. General is used for all non-native tests and Lint (running in parallel) - using latest node.js (18) And native tests using nodejs from v12 to v18 on linux, windows and macos.

pinheadmz commented 2 years ago

Concept ack, can you fix the lint error and push so we can see all the tests run again? Looks like the function hash256 can either be removed or just exported.