azums 0.1.0

High-performance job queue & streaming engine for Rust — from embedded to cloud
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