Added cache to CI
This commit is contained in:
parent
33cb1330fe
commit
7d8f213867
1 changed files with 6 additions and 0 deletions
|
|
@ -16,5 +16,11 @@ test:
|
|||
script:
|
||||
- ./tests/betting_test
|
||||
- ./tests/chain_test
|
||||
cache:
|
||||
key: $CI_COMMIT_REF_NAME
|
||||
paths:
|
||||
- libraries/
|
||||
- programs/
|
||||
- test/
|
||||
tags:
|
||||
- builder
|
||||
Loading…
Reference in a new issue