atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Speed up CI

Open joepio opened this issue 2 years ago • 0 comments

The Github actions for testing and code coverage take 13 and 15 minutes, respectively.

The following are quite slow:

# These libraries are needed for tauri, and can be quite big.
sudo apt-get install -y webkit2gtk-4.0 libappindicator3-dev # 1 to 10 minutes
# Code coverage is slow because it uses `--nightly` builds, which isn't cached
cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info

joepio avatar Mar 23 '22 14:03 joepio