Skip to content

Commit 2de0cb4

Browse files
committed
Exclude tests from crate
1 parent 993f5a0 commit 2de0cb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ readme = "README.md"
1313
license = "MIT"
1414
edition = "2024"
1515

16+
exclude = [
17+
"tests/*",
18+
]
19+
1620
[[bin]]
1721
name = "git-x"
1822
path = "src/main.rs"

0 commit comments

Comments
 (0)