File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -178,11 +178,28 @@ jobs:
178
178
include :
179
179
- os : ubuntu-24.04
180
180
test-args : --features full,unstable --workspace
181
- # Only test client on windows & mac (since its the only binaries supported for those os for now)
182
181
- os : macos-14
183
- test-args : --package mithril-client --package mithril-client-cli --features full,unstable
182
+ test-args : >
183
+ --features full,unstable --workspace
184
+ --exclude mithril-aggregator
185
+ --exclude mithril-signer
186
+ --exclude mithril-client-wasm
187
+ --exclude mithril-aggregator-fake
184
188
- os : windows-latest
185
- test-args : --package mithril-client --package mithril-client-cli --features full,unstable
189
+ test-args : >
190
+ --features full,unstable --workspace
191
+ --exclude mithril-aggregator
192
+ --exclude mithril-signer
193
+ --exclude mithril-client-wasm
194
+ --exclude mithril-aggregator-fake
195
+ --exclude mithril-common
196
+ --exclude mithril-stm
197
+ --exclude mithril-metric
198
+ --exclude mithril-end-to-end
199
+ --exclude mithril-persistence
200
+ --exclude mithril-resource-pool
201
+ --exclude mithril-relay
202
+ --exclude mithril-build-script
186
203
187
204
runs-on : ${{ matrix.os }}
188
205
You can’t perform that action at this time.
0 commit comments