Cache the dist directory as well

This commit is contained in:
joneshf 2018-08-09 22:18:06 -07:00
parent 1e3e0f2a50
commit af3c7d6935
No known key found for this signature in database
GPG Key ID: C8FFFC4E889B880E

View File

@ -9,7 +9,7 @@ jobs:
keys:
- v1-nix-{{ checksum "package.yaml" }}
- v1-nix-
name: Restoring stack cache
name: Restoring cache
- run:
name: Compile
command: nix-shell --run 'make sdist test -j2'
@ -18,6 +18,7 @@ jobs:
name: Caching nix
paths:
- /nix
- dist
for-github:
docker: