just: Add a command to check for API changes

Add a command to run the `contrib/check-for-api-changes.sh` script.
This commit is contained in:
Tobin C. Harding 2024-03-27 11:11:49 +11:00
parent 1e22d74270
commit c3f2c59db1
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 4 additions and 0 deletions

View File

@ -28,3 +28,7 @@ sane: lint
# Make an attempt to catch feature gate problems in doctests # Make an attempt to catch feature gate problems in doctests
cargo test --manifest-path Cargo.toml --doc --no-default-features > /dev/null || exit 1 cargo test --manifest-path Cargo.toml --doc --no-default-features > /dev/null || exit 1
# Check for API changes.
check-api:
./contrib/check-for-api-changes.sh