1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-10 09:36:13 +02:00

add `test_framework` to workspace exclude.

This commit is contained in:
utam0k 2021-09-19 17:10:14 +09:00
parent 24c6dae536
commit aaebeaf614

View File

@ -10,6 +10,9 @@ members = [
"cgroups",
"seccomp",
]
exclude = [
"test_framework",
]
[features]
default = ["systemd_cgroups"]