Skip to content

Commit

Permalink
Merge 11c9a50 into 55140ba
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Apr 24, 2024
2 parents 55140ba + 11c9a50 commit 1b8b509
Show file tree
Hide file tree
Showing 550 changed files with 3,424 additions and 494 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2
- name: Cargo Run E2E Tests (EVM)
run: cargo run --locked --release --bin test -- --target evm --locked
run: cargo run --locked --release --bin test -- --target evm --locked --no-encoding-v1

cargo-run-e2e-test-midenvm:
runs-on: ubuntu-latest
Expand All @@ -365,7 +365,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2
- name: Cargo Run E2E Tests (EVM)
run: cargo run --locked --release --bin test -- --target midenvm --locked
run: cargo run --locked --release --bin test -- --target midenvm --locked --no-encoding-v1

# TODO: Remove this upon merging std tests with the rest of the E2E tests.
cargo-test-lib-std:
Expand Down
Loading

0 comments on commit 1b8b509

Please sign in to comment.