Skip to content

Commit 63fe9d6

Browse files
committed
Include tests in the crate again
…so it is possible to run checks on the crate again. Fixup for 7a2fe90.
1 parent 10c2a3b commit 63fe9d6

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)