ANW-20 hurl HTTP contract-test harness

This commit is contained in:
Andreas Brenner 2026-05-14 19:04:03 +02:00
parent ec650e6c66
commit b4a33abd71
50 changed files with 415 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Local CI entrypoint: fmt / clippy / test.
# Local CI entrypoint: fmt / clippy / test / hurl contract harness.
# Mirrors what a forge-side runner would execute. Run from the repo root.
set -euo pipefail
@ -7,3 +7,4 @@ set -euo pipefail
cargo fmt --all -- --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test --all
tests/run-hurl.sh