add cache
This commit is contained in:
parent
f38f5786e9
commit
19266e9534
|
@ -5,6 +5,8 @@ jobs:
|
|||
unit-test:
|
||||
container:
|
||||
image: rust
|
||||
volumes:
|
||||
- /usr/local/cargo:/usr/local/cargo:ro
|
||||
steps:
|
||||
- name: Installing necessary packages
|
||||
run: apt update && apt install nodejs git -y
|
||||
|
|
Loading…
Reference in New Issue