scalo 2.9.0

Self-regulating runtime for data-plane services -- config, logging, metrics, health, transport, backpressure, adaptive scaling. Batteries included; idiomatic Rust (also on PyPI).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Project:   scalo
# File:      Makefile
# Purpose:   CI targets wrapping hyperi-ci
#
# License:   Apache-2.0
# Copyright: (c) 2026 HYPERI PTY LIMITED

.PHONY: quality test build

quality:
	hyperi-ci run quality

test:
	hyperi-ci run test

build:
	hyperi-ci run build