biome: fix cargoTestFlags/cargoBuildFlags for structuredAttrs
This commit is contained in:
@@ -33,8 +33,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
cargoBuildFlags = [ "-p=biome_cli" ];
|
||||
cargoTestFlags = finalAttrs.cargoBuildFlags ++ [
|
||||
"--"
|
||||
# fails due to cargo insta
|
||||
"-- --skip=commands::check::print_json"
|
||||
"--skip=commands::check::print_json"
|
||||
"--skip=commands::check::print_json_pretty"
|
||||
"--skip=commands::explain::explain_logs"
|
||||
"--skip=commands::format::print_json"
|
||||
|
||||
Reference in New Issue
Block a user