Skip to content

Commit b66015a

Browse files
committed
Simplify ci ubuntu build step by only building the tools that we effectively use
1 parent 3ed291b commit b66015a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ jobs:
3333
- name: Cargo build - Tooling
3434
shell: bash
3535
run: |
36-
cargo build --features portable --release --workspace \
37-
--exclude mithril-aggregator --exclude mithril-client-cli \
38-
--exclude mithril-client --exclude mithril-signer \
39-
--exclude mithril-stm
36+
cargo build --features portable --release -p mithril-end-to-end
4037
4138
- name: Build Mithril workspace & publish artifacts
4239
uses: ./.github/workflows/actions/build-upload-mithril-artifact

0 commit comments

Comments
 (0)