Skip to content

Commit a867559

Browse files
authored
Merge pull request #31 from EarthyScience/EPR-4--caching-implementation
feat: LRU chunk cache for Zarr pixel time series
2 parents 2a2e4f4 + fc290ec commit a867559

16 files changed

Lines changed: 1944 additions & 58 deletions

.github/workflows/verify.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
verify:
8-
name: Lint and build
8+
name: Lint, test, and build
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
@@ -23,5 +23,8 @@ jobs:
2323
- name: Lint
2424
run: npm run lint
2525

26+
- name: Test
27+
run: npm run test
28+
2629
- name: Build
2730
run: npm run build

0 commit comments

Comments
 (0)