daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
11 stars 0 forks source link

Improve CI runtimes #71

Closed MHCooke closed 1 year ago

MHCooke commented 1 year ago

As a daft engineer I'd like CI to run faster so that I spend less time waiting on test results.

To achieve this tests can run in parallel (use -j flag) and unit test execution should include a timeout so that broken tests do not cause CI to hang forever. Another option is to only build the unit tests and vocoder itself, currently we are also building the IIR demo examples which are superflous.

Success criteria: