Correct and validate JsonSchema for Ipv4Network, Ipv6Network, and IpNetwork (#157)

* show failed test cases

* add proper JSON schema
This commit is contained in:
Adam Leventhal
2022-06-28 19:27:13 -07:00
committed by GitHub
parent 5146125c35
commit ab6f1012b3
6 changed files with 164 additions and 11 deletions

View File

@ -23,6 +23,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --all-features
- name: Build docs
run: cargo doc --verbose