Add in-memory cache #5

Merged
adoralaura merged 6 commits from feature-in-memory-cache into main 2024-04-19 11:55:25 +02:00
Showing only changes of commit c713e16ed2 - Show all commits

View file

@ -0,0 +1,9 @@
when:
- event: push
steps:
test:
image: golang:1.22-bullseye
commands:
- go mod download
- go test -v ./...