thlorenz / rid

Rust integrated Dart framework providing an easy way to build Flutter apps with Rust.
63 stars 4 forks source link

chore: github workflow to run tests #12

Closed thlorenz closed 3 years ago

thlorenz commented 3 years ago

Adding github workflow to run rust tests as well as integration tests. As part of that cleaned up use of nightly feature and removed dependency on cargo-expand module in order to keep the workflow fast.