Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit d6c5ca5

Browse files
author
Hitesh Paul
committed
Add version check test
1 parent 33d9ada commit d6c5ca5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/version-numbers.rs

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#[test]
2+
fn test_readme_deps() {
3+
version_sync::assert_markdown_deps_updated!("README.md");
4+
}
5+
6+
#[test]
7+
fn test_html_root_url() {
8+
version_sync::assert_html_root_url_updated!("src/lib.rs");
9+
}
10+

0 commit comments

Comments
 (0)