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 9
9
10
10
outputs = inputs :
11
11
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" ] ;
13
13
14
14
imports = [ inputs . treefmt-nix . flakeModule ] ;
15
15
94
94
// {
95
95
cargoArtifacts = buildDeps cargoToml baseCargoArtifacts ;
96
96
}
97
+ // {
98
+ cargoTestCommand = "cargo test" ;
99
+ }
97
100
// args ) ;
98
101
99
102
mithril-stm = buildPackage ./mithril-stm/Cargo.toml null { } ;
109
112
mithril-client-cli = buildPackage ./mithril-client-cli/Cargo.toml mithril . cargoArtifacts {
110
113
pname = "mithril-client" ;
111
114
} ;
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" ; } ;
114
117
mithril-persistence = buildPackage ./internal/mithril-persistence/Cargo.toml mithril . cargoArtifacts { } ;
115
118
mithrildemo = buildPackage ./demo/protocol-demo/Cargo.toml mithril . cargoArtifacts { } ;
116
119
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