Refactor CI and OSDK tests, add OSDK publish workflow

This commit is contained in:
Zhang Junyang
2024-02-26 11:08:42 +08:00
committed by Tate, Hongliang Tian
parent eb42383532
commit 6694f08eac
40 changed files with 441 additions and 318 deletions

View File

@ -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,