feat: cache size management and LRU eviction (closes #51) #55

Merged
sneak merged 12 commits from feature/cache-size-eviction into main 2026-08-09 13:22:51 +02:00
Showing only changes of commit bdae9cb86b - Show all commits

View File

@@ -17,7 +17,7 @@ run_with_cgo_deps() {
main() {
cd "$ROOT"
echo "Running tests..."
run_with_cgo_deps "CGO_ENABLED=1 go test -timeout 30s -v ./..."
run_with_cgo_deps "CGO_ENABLED=1 go test -timeout 30s -race -v ./..."
}
main "$@"