Add durable NUnit parity harness
Some checks failed
Rust API gates / api-gates (push) Has been cancelled

This commit is contained in:
2026-08-08 13:28:42 +02:00
parent c8a953996e
commit 39ee61525a
10 changed files with 20967 additions and 4061 deletions

View File

@@ -17,6 +17,8 @@ jobs:
python3 tools/generate_rust_mapping.py --check
python3 tools/generate_api_shims.py --check
python3 tools/check_api_coverage.py
python3 tools/check_test_parity.py
python3 -m unittest discover -s tools -p 'test_*.py'
- name: Formatting
run: cargo fmt --all -- --check
- name: Workspace check