deploy tx

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Cyrill Leutwiler
2025-03-25 17:54:40 +01:00
parent a835754d41
commit 34b8879b15
7 changed files with 141 additions and 18 deletions
+4
View File
@@ -81,6 +81,10 @@ pub struct Arguments {
/// Only compile against this testing platform (doesn't execute the tests).
#[arg(long = "compile-only")]
pub compile_only: bool,
/// Determines the amount of tests that are executed in parallel.
#[arg(long = "workers", default_value = "12")]
pub workers: usize,
}
impl Arguments {