We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed291b commit b66015aCopy full SHA for b66015a
.github/workflows/ci.yml
@@ -33,10 +33,7 @@ jobs:
33
- name: Cargo build - Tooling
34
shell: bash
35
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
+ cargo build --features portable --release -p mithril-end-to-end
40
41
- name: Build Mithril workspace & publish artifacts
42
uses: ./.github/workflows/actions/build-upload-mithril-artifact
0 commit comments