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
parent 7d98bbc680
commit 371064b5d6

View file

@ -99,6 +99,10 @@ jobs:
direnv allow direnv allow
nix develop .#all-features --command true nix develop .#all-features --command true
- name: Cache CI dependencies
run: |
bin/nix-build-and-cache ci
- name: Run CI tests - name: Run CI tests
run: | run: |
direnv exec . engage > >(tee -a test_output.log) direnv exec . engage > >(tee -a test_output.log)