File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -55,19 +55,12 @@ jobs:
55
55
strategy :
56
56
fail-fast : false
57
57
matrix :
58
- title : [ "mithril" ]
59
58
os : [ ubuntu-22.04, macos-12, windows-latest ]
60
59
61
60
include :
62
61
- os : ubuntu-22.04
63
62
build-args : --workspace
64
- test-args : --workspace --exclude mithril # mithril core is tested separately since it's slow
65
- - title : mithril-core
66
- os : ubuntu-22.04
67
- # Mithril core tests are ~2x faster on release build
68
- build-args : --release -p mithril
69
- test-args : --release -p mithril
70
- artifact-suffix : -mithril-core
63
+ test-args : --workspace
71
64
# Only test client on windows & mac (since its the only binaries supported for those os for now)
72
65
- os : macos-12
73
66
build-args : -p mithril-client
@@ -218,12 +211,6 @@ jobs:
218
211
with :
219
212
name : test-results-${{ runner.os }}-${{ runner.arch }}
220
213
221
- - name : Download mithril-core Tests Results (${{ runner.os }}-${{ runner.arch }})
222
- if : success() || failure()
223
- uses : actions/download-artifact@v3
224
- with :
225
- name : test-results-mithril-core-${{ runner.os }}-${{ runner.arch }}
226
-
227
214
- name : Download Tests Results (macOS-X64)
228
215
if : success() || failure()
229
216
uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments