epam / mintgate

1 stars 2 forks source link

Improve CI: check TS bindings and add simulation testing #95

Closed acuarica closed 3 years ago

acuarica commented 3 years ago

Use CI to integrate simulation tests in our workflow. Moreover, we can use CI to detect whether the committed TS bindings match Rust sources.

These jobs require an effective cache management to avoid downloading/compiling dependencies.

acuarica commented 3 years ago

Fixed in #80.