secp256kfun icon indicating copy to clipboard operation
secp256kfun copied to clipboard

Make github actions run webassembly tests

Open LLFourn opened this issue 4 years ago • 0 comments

Many of the tests are dual declared as wasm tests as well with:

https://github.com/LLFourn/secp256kfun/blob/6dd73322af7c57f98b3217342b6dfdfa004e77a3/secp256kfun/src/macros.rs#L216-L226

But the tests don't run on github actions.

LLFourn avatar May 27 '20 15:05 LLFourn