From 4533763553892d282c936254b2b5b9f964428d64 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Thu, 23 Nov 2023 01:09:44 -0800 Subject: [PATCH] add tip to speed up CI --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d874cca..0178285 100644 --- a/README.md +++ b/README.md @@ -703,6 +703,12 @@ $ nix build .#checks.${system}.modules $ nix build .#checks.${system}.vm_postgresql_peerAuth ``` +### Speed up CI + +Github actions do not have hardware acceleration and tests could timeout when running there. The +easiest way to speed up CI is to push the test results to cachix. Instructions are given +[here](https://docs.cachix.org/pushing#flakes). + ### Deploy using colmena ```bash