mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
With this, all the builds happen in parallel in 3-6 minutes, and then python tests run for 8-9 minutes. Before, it was 6-17 minutes for compilation, then 19-31 minutes for python tests. Compilation of the library and test binary was not parallelized, and then python tests included async python tests and deltachat-rpc-server binary compilation. Now, deltachat-rpc-server compilation, Rust testing and async python tests are separate jobs.