rumdl: fix cargoTestFlags/cargoBuildFlags for structuredAttrs
This commit is contained in:
@@ -32,7 +32,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
cargoTestFlags = [
|
||||
# Prefer the "smoke" profile over "ci" to exclude flaky tests: https://github.com/rvben/rumdl/pull/341
|
||||
"--profile smoke"
|
||||
"--profile"
|
||||
"smoke"
|
||||
];
|
||||
|
||||
doInstallCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user