Skip to content

Commit

Permalink
feat(examples): remote exex (#8890)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Jun 24, 2024
1 parent 07def85 commit 81b5fbf
Show file tree
Hide file tree
Showing 12 changed files with 1,690 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
cargo nextest run \
--locked --features "asm-keccak ${{ matrix.network }}" \
--workspace --exclude ef-tests \
--workspace --exclude example-exex-remote --exclude ef-tests \
-E "kind(test)"
- if: matrix.network == 'optimism'
name: Run tests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: arduino/setup-protoc@v3
- run: cargo clippy --workspace --lib --examples --tests --benches --all-features --locked
env:
RUSTFLAGS: -D warnings
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: arduino/setup-protoc@v3
- run: cargo hack check

msrv:
Expand Down Expand Up @@ -105,6 +107,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: arduino/setup-protoc@v3
- run: cargo docs --document-private-items
env:
# Keep in sync with ./book.yml:jobs.build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
cargo nextest run \
--locked --features "asm-keccak ${{ matrix.network }}" \
--workspace --exclude ef-tests \
--workspace --exclude example-exex-remote --exclude ef-tests \
--partition hash:${{ matrix.partition }}/2 \
-E "!kind(test)"
Expand Down Expand Up @@ -84,6 +84,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: arduino/setup-protoc@v3
- name: Run doctests
run: cargo test --doc --workspace --features "${{ matrix.network }}"

Expand Down
Loading

0 comments on commit 81b5fbf

Please sign in to comment.