Skip to content

Commit 8ae60aa

Browse files
committed
Cache parity bin during circleci run
1 parent 0c8a530 commit 8ae60aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ parity_steps: &parity_steps
6060
- ./eggs
6161
- ~/.ethash
6262
- ~/.py-geth
63+
- ~/.parity-bin
6364
key: cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
6465

6566
geth_steps: &geth_steps

0 commit comments

Comments
 (0)