mirror of
https://github.com/containers/youki
synced 2024-11-23 17:32:15 +01:00
f4e7e300e6
* reworked the justfile to be explicit with path Signed-off-by: yihuaf <yihuaf@unkies.org> * fix the feature tests Signed-off-by: yihuaf <yihuaf@unkies.org> * add the musl test Signed-off-by: yihuaf <yihuaf@unkies.org> * moving all stub into a single dir Signed-off-by: yihuaf <yihuaf@unkies.org> --------- Signed-off-by: yihuaf <yihuaf@unkies.org>
7 lines
125 B
INI
7 lines
125 B
INI
[workspace]
|
|
resolver = "2"
|
|
members = ["tests/rust-integration-tests/*", "crates/*", "tools/*"]
|
|
|
|
[profile.release]
|
|
lto = true
|