refactor: add cache tests and remove cache merge task (#14)

This commit is contained in:
l3uddz
2021-02-19 19:15:38 +00:00
committed by GitHub
parent 54cfd68810
commit e1945cf714
18 changed files with 537 additions and 61 deletions

View File

@@ -44,6 +44,11 @@ jobs:
run: |
make vendor
# test
- name: tests
run: |
make test
# git status
- run: git status