ANW-20 hurl HTTP contract-test harness
This commit is contained in:
parent
ec650e6c66
commit
b4a33abd71
50 changed files with 415 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue