mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-19 12:36:46 +00:00
Refactor CI and OSDK tests, add OSDK publish workflow
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
eb42383532
commit
6694f08eac
@ -115,7 +115,7 @@ pub struct TestArgs {
|
||||
pub struct CargoArgs {
|
||||
#[arg(
|
||||
long,
|
||||
help = "The Cargo build profile (built-in candidates are 'debug', 'release' and 'dev')",
|
||||
help = "The Cargo build profile (built-in candidates are 'debug', 'release', 'dev' and 'bench')",
|
||||
default_value = "dev"
|
||||
)]
|
||||
pub profile: String,
|
||||
|
Reference in New Issue
Block a user