4 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Jason Kankiewicz
|
d4a904414d |
Squashed commit of the following:
commit |
||
Andrew Jeffery
|
d3b97a3cbb | Add wasm tests to CI | ||
Alex Good
|
de5332af05 |
Run the js_test in CI
We add a script for running the js tests in `scripts/ci/js_tests`. This script can also be run locally. We move the `automerge-js` package to below the `automerge-wasm` crate as it is specifically testing the wasm interface. We also add an action to the github actions workflow for CI to run the js tests. |
||
Alex Good
|
e98eca3a08 | Add github action |