azums 1.0.1

Embedded durable execution runtime for Rust, from Memory and SQLite to PostgreSQL and Redis
Documentation
1
2
3
4
5
6
7
$ErrorActionPreference = "Stop"

Write-Host "Running migrations-based tests..." -ForegroundColor Cyan
cargo test -p postgresflow

Write-Host "Running worker crate tests..." -ForegroundColor Cyan
cargo test -p worker