Skip to content

Commit 6a84541

Browse files
authored
Merge branch 'master' into ironcev/asm-remove-redundant-operations
2 parents e9f9319 + e216061 commit 6a84541

File tree

35 files changed

+461
-1810
lines changed

35 files changed

+461
-1810
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -384,18 +384,6 @@ jobs:
384384
- name: Cargo Run E2E Tests (EVM)
385385
run: cargo run --locked --release --bin test -- --target evm --locked --no-encoding-v1
386386

387-
cargo-run-e2e-test-midenvm:
388-
runs-on: ubuntu-latest
389-
steps:
390-
- uses: actions/checkout@v3
391-
- name: Install toolchain
392-
uses: dtolnay/rust-toolchain@master
393-
with:
394-
toolchain: ${{ env.RUST_VERSION }}
395-
- uses: Swatinem/rust-cache@v2
396-
- name: Cargo Run E2E Tests (EVM)
397-
run: cargo run --locked --release --bin test -- --target midenvm --locked --no-encoding-v1
398-
399387
# TODO: Remove this upon merging std tests with the rest of the E2E tests.
400388
cargo-test-lib-std:
401389
runs-on: buildjet-8vcpu-ubuntu-2204

0 commit comments

Comments
 (0)