From 6bf2e738309a3064694bee0b30bd6a6b41b81294 Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 24 May 2024 13:09:30 -0400 Subject: [PATCH] ci: run cache dependencies in ci.yml as well Signed-off-by: strawberry --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13652419..b6f6eb0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,10 @@ jobs: direnv allow nix develop .#all-features --command true + - name: Cache CI dependencies + run: | + bin/nix-build-and-cache ci + - name: Run CI tests run: | direnv exec . engage > >(tee -a test_output.log)