lib-font icon indicating copy to clipboard operation
lib-font copied to clipboard

add a github action for PRs that runs the tests

Open Pomax opened this issue 4 years ago • 2 comments

Pretty trivial, I've set this up more times than I can count by now.

Pomax avatar Apr 23 '21 17:04 Pomax

Small note, on my machine I occasionally seem to get stuck after the first font has been tested:

 PASS  testing/node/source.code.pro.test.js
 FAIL  testing/node/athena.ruby.test.js (5.115 s)

This happens roughly 25% of the times I run npm run test. I haven't investigated it this is something local, but I'm putting it here as a heads up!

RoelN avatar Jul 15 '21 10:07 RoelN

jest should time out 10 seconds after starting a test: does it not?

Pomax avatar Jul 15 '21 22:07 Pomax