Merge pull request #156 from lifupan/master

add a workspace and run all the tests in the workspace
This commit is contained in:
James O. D. Hunt
2020-03-17 11:10:27 +00:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

@@ -31,3 +31,12 @@ slog = { version = "2.5.2", features = ["dynamic-keys", "max_level_trace", "rele
slog-scope = "4.1.2"
# for testing
tempfile = "3.1.0"
[workspace]
members = [
"logging",
"netlink",
"oci",
"protocols",
"rustjail",
]

View File

@@ -90,7 +90,7 @@ clean:
@cargo clean
check:
@cargo test --target $(TRIPLE)
@cargo test --all --target $(TRIPLE)
run:
@cargo run --target $(TRIPLE)