mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
cache
This commit is contained in:
parent
73e7ed3463
commit
34fe764d05
2 changed files with 6 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -26,5 +26,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
timezoneLinux: "Europe/Prague"
|
timezoneLinux: "Europe/Prague"
|
||||||
|
|
||||||
|
- name: Cache
|
||||||
|
run: make cache
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test
|
run: make test
|
3
Makefile
3
Makefile
|
@ -8,5 +8,8 @@ build:
|
||||||
test:
|
test:
|
||||||
deno test -A utils/test.js
|
deno test -A utils/test.js
|
||||||
|
|
||||||
|
cache:
|
||||||
|
deno cache utils/test.js
|
||||||
|
|
||||||
gen:
|
gen:
|
||||||
deno run -A utils/gen.js $(cat)
|
deno run -A utils/gen.js $(cat)
|
Loading…
Reference in a new issue