Skip to content

Commit c3f2c59

Browse files
committed
just: Add a command to check for API changes
Add a command to run the `contrib/check-for-api-changes.sh` script.
1 parent 1e22d74 commit c3f2c59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ sane: lint
2828

2929
# Make an attempt to catch feature gate problems in doctests
3030
cargo test --manifest-path Cargo.toml --doc --no-default-features > /dev/null || exit 1
31+
32+
# Check for API changes.
33+
check-api:
34+
./contrib/check-for-api-changes.sh

0 commit comments

Comments
 (0)