thlorenz / rid

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

fix: running tests single threaded to fix race condition #37

Closed thlorenz closed 2 years ago

thlorenz commented 2 years ago

This PR forces tests to run sequentially in order to avoid failures due to tests affecting each other via race conditions.