File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 99
1010 outputs = inputs :
1111 inputs . flake-parts . lib . mkFlake { inherit inputs ; } {
12- systems = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" ] ;
12+ systems = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ] ;
1313
1414 imports = [ inputs . treefmt-nix . flakeModule ] ;
1515
9494 // {
9595 cargoArtifacts = buildDeps cargoToml baseCargoArtifacts ;
9696 }
97+ // {
98+ cargoTestCommand = "cargo test" ;
99+ }
97100 // args ) ;
98101
99102 mithril-stm = buildPackage ./mithril-stm/Cargo.toml null { } ;
109112 mithril-client-cli = buildPackage ./mithril-client-cli/Cargo.toml mithril . cargoArtifacts {
110113 pname = "mithril-client" ;
111114 } ;
112- mithril-aggregator = buildPackage ./mithril-aggregator/Cargo.toml mithril . cargoArtifacts { } ;
113- mithril-signer = buildPackage ./mithril-signer/Cargo.toml mithril . cargoArtifacts { } ;
115+ mithril-aggregator = buildPackage ./mithril-aggregator/Cargo.toml mithril . cargoArtifacts { cargoTestCommand = "cargo test --no-default-features" ; } ;
116+ mithril-signer = buildPackage ./mithril-signer/Cargo.toml mithril . cargoArtifacts { cargoTestCommand = "cargo test --no-default-features" ; } ;
114117 mithril-persistence = buildPackage ./internal/mithril-persistence/Cargo.toml mithril . cargoArtifacts { } ;
115118 mithrildemo = buildPackage ./demo/protocol-demo/Cargo.toml mithril . cargoArtifacts { } ;
116119 mithril-end-to-end = buildPackage ./mithril-test-lab/mithril-end-to-end/Cargo.toml null { } ;
You can’t perform that action at this time.
0 commit comments