Whist-Team / Whist-Browser

Front end client for Whist
https://whist-team.github.io/Whist-Browser/
MIT License
4 stars 0 forks source link

CI: restructuring and optimization #23

Open iTitus opened 2 years ago

iTitus commented 2 years ago
iTitus commented 2 years ago

https://github.com/nushell/nushell

https://matklad.github.io/2021/09/04/fast-rust-builds.html

LLD linker

https://github.com/Swatinem/rust-cache

Segelzwerg commented 2 years ago

Could you also check if it possible to cache grcov in order to reduce compile time in the coverage job?

iTitus commented 2 years ago

use check instead of build where appropriate?

iTitus commented 2 years ago

Why do Compiler Warnings generate 10 annotations on the same line? We only want to see Clippy annotations.