Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into alexey/remote-exex
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Jun 19, 2024
2 parents 8c444c6 + d0b27f0 commit 69c0138
Show file tree
Hide file tree
Showing 50 changed files with 542 additions and 561 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: mdbook build

- name: Build docs
run: cargo docs --exclude exex-remote
run: cargo docs --exclude "example-*"
env:
# Keep in sync with ./ci.yml:jobs.docs
RUSTDOCFLAGS:
Expand Down
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 examples --exclude exex-remote --exclude ef-tests \
--workspace --exclude example-exex-remote --exclude ef-tests \
-E "kind(test)"
- if: matrix.network == 'optimism'
name: Run tests
Expand Down
2 changes: 1 addition & 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 examples --exclude exex-remote --exclude ef-tests \
--workspace --exclude example-exex-remote --exclude ef-tests \
--partition hash:${{ matrix.partition }}/2 \
-E "!kind(test)"
Expand Down
Loading

0 comments on commit 69c0138

Please sign in to comment.