summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-11-19 02:52:33 +0000
committerGitHub <noreply@github.com>2021-11-19 02:52:33 +0000
commit7c3121a6c807b2b170fda7bc466e2dc2d28e62f2 (patch)
tree3c7a39be87adfe4e735ff801b7fb9c547f07a0a5
parent94cbb66823ec77142e27a59713954a735248895d (diff)
parent63fe9d67db5cac5fcdc29fcb2c9d753630f1f7ab (diff)
downloadnix-7c3121a6c807b2b170fda7bc466e2dc2d28e62f2.zip
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 7a2fe9099fc226cf5010b450f473ca9a0db5bafc. Co-authored-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c2688304..fc960255 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"
categories = ["os::unix-apis"]
-include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
+include = ["src/**/*", "test/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
[package.metadata.docs.rs]
targets = [