From b2b8fa2069800d1a888bf74591095a4ab6decfdb Mon Sep 17 00:00:00 2001 From: solomoncyj Date: Mon, 21 Oct 2024 21:53:42 +0800 Subject: [PATCH] tests: add tests to crate so that they can be run on build systems --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d2e6f00..e1ef43c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ include = [ "LICENSE", "README.md", "CHANGELOG.md", + "test/*", ] license = "MIT"