Skip to content

Commit 7c3121a

Browse files
bors[bot]keszybz
andauthored
Merge #1595
1595: Include tests in the crate again r=asomers a=keszybz …so it is possible to run checks on the crate again. Fixup for 7a2fe90. Co-authored-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
2 parents 94cbb66 + 63fe9d6 commit 7c3121a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["The nix-rust Project Developers"]
77
repository = "https://github.com/nix-rust/nix"
88
license = "MIT"
99
categories = ["os::unix-apis"]
10-
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
10+
include = ["src/**/*", "test/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
1111

1212
[package.metadata.docs.rs]
1313
targets = [

0 commit comments

Comments
 (0)