add cache
Build image / build (push) Waiting to run Details
Unit Tests with cargo / unit-test (push) Has been cancelled Details

This commit is contained in:
Alie 2024-01-29 14:06:25 +01:00
parent f38f5786e9
commit 19266e9534
1 changed files with 2 additions and 0 deletions

View File

@ -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