ci: run cache dependencies in ci.yml as well

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-24 13:09:30 -04:00 committed by June 🍓🦴
parent 630760b5da
commit 6bf2e73830

View file

@ -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)