File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 9191 cargoArtifacts = buildDeps cargoToml baseCargoArtifacts ;
9292 }
9393 // {
94- cargoTestCommand = "RUST_BACKTRACE=1 cargo test" ;
94+ cargoTestCommand = "RUST_BACKTRACE=1 cargo test --profile release " ;
9595 }
9696 // args ) ;
9797
108108 mithril-client-cli = buildPackage ./mithril-client-cli/Cargo.toml mithril . cargoArtifacts {
109109 pname = "mithril-client" ;
110110 } ;
111- mithril-aggregator = buildPackage ./mithril-aggregator/Cargo.toml mithril . cargoArtifacts { cargoTestCommand = "cargo test --no-default-features" ; } ;
112- mithril-signer = buildPackage ./mithril-signer/Cargo.toml mithril . cargoArtifacts { cargoTestCommand = "cargo test --no-default-features" ; } ;
113- mithril-persistence = buildPackage ./internal/mithril-persistence/Cargo.toml mithril . cargoArtifacts { } ;
114- mithrildemo = buildPackage ./demo/protocol-demo/Cargo.toml mithril . cargoArtifacts { } ;
111+ mithril-aggregator = buildPackage ./mithril-aggregator/Cargo.toml mithril . cargoArtifacts { cargoTestExtraArgs = "--no-default-features" ; } ;
112+ mithril-signer = buildPackage ./mithril-signer/Cargo.toml mithril . cargoArtifacts { cargoTestExtraArgs = "--no-default-features" ; } ;
115113 mithril-end-to-end = buildPackage ./mithril-test-lab/mithril-end-to-end/Cargo.toml null { } ;
116114 } ;
117115
You can’t perform that action at this time.
0 commit comments