I've tried to run wasm-pack test on current CI (GitHub Actions), and it worked for bpxe-bpmn-schema, but not for bpxe -- it simply hangs. It works fine locally, though.
This was partially addressed with #29 - it runs the tests using wasmtime but the browser invocation of tests is still not operational and is currently skipped.
I've tried to run
wasm-pack test
on current CI (GitHub Actions), and it worked forbpxe-bpmn-schema
, but not forbpxe
-- it simply hangs. It works fine locally, though.