jonas-schievink / rubble

(going to be a) BLE stack for embedded Rust
BSD Zero Clause License
396 stars 56 forks source link

Replace test.sh with `cargo test` driven workflow #138

Closed jonas-schievink closed 4 years ago

jonas-schievink commented 4 years ago

Inspired by rust-analyzer's setup, this gets rid of the shell script and instead does the same stuff from a regular Rust unit test.

This simplifies the testing workflow to just running cargo test in the repo root, the same as for any old crate out there.