Skip to content

Commit

Permalink
Cache build artifacts for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Jun 16, 2018
1 parent cb60cf0 commit b698986
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ jobs:
paths:
- deps

- restore_cache:
keys:
- test-build-{{ arch }}-{{ .Branch }}
- run: mix test
- save_cache:
key: test-build-{{ arch }}-{{ .Branch }}
paths:
- _build/test

- restore_cache:
keys:
Expand Down

0 comments on commit b698986

Please sign in to comment.