Skip to content

Commit b8ffa03

Browse files
committed
Test mithril core alongside the other tests
This add ~1m30s to the test (ubuntu-X64) job but since the build + test-lab takes a little more than the new total time to run this is fine.
1 parent 53b254a commit b8ffa03

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,12 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
title: [ "mithril" ]
5958
os: [ ubuntu-22.04, macos-12, windows-latest ]
6059

6160
include:
6261
- os: ubuntu-22.04
6362
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
7164
# Only test client on windows & mac (since its the only binaries supported for those os for now)
7265
- os: macos-12
7366
build-args: -p mithril-client
@@ -218,12 +211,6 @@ jobs:
218211
with:
219212
name: test-results-${{ runner.os }}-${{ runner.arch }}
220213

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-
227214
- name: Download Tests Results (macOS-X64)
228215
if: success() || failure()
229216
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)