Skip to content

Commit

Permalink
Merge pull request #47 from pythonberg1997/merge-v11.0.0
Browse files Browse the repository at this point in the history
chore: merge with upstream v11.0.0
  • Loading branch information
unclezoro authored Jul 12, 2024
2 parents e4bf75d + fa5328b commit 0fceb63
Show file tree
Hide file tree
Showing 62 changed files with 1,324 additions and 528 deletions.
29 changes: 16 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,20 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace ${{ matrix.flags }}

# test-no-std:
# name: test no_std
# runs-on: ubuntu-latest
# timeout-minutes: 30
# steps:
# - uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@stable
# with:
# targets: riscv32imac-unknown-none-elf
# - run: cargo check --target riscv32imac-unknown-none-elf --no-default-features
# check-no-std:
# name: check no_std ${{ matrix.features }}
# runs-on: ubuntu-latest
# timeout-minutes: 30
# strategy:
# fail-fast: false
# matrix:
# features: ["", "optimism"]
# steps:
# - uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@stable
# with:
# targets: riscv32imac-unknown-none-elf
# - run: cargo check --target riscv32imac-unknown-none-elf --no-default-features --features=${{ matrix.features }}

check:
name: check ${{ matrix.features }}
Expand All @@ -53,9 +57,8 @@ jobs:
features: ["", "serde", "std"]
steps:
- uses: actions/checkout@v4
- run: |
cd crates/revm
cargo check --no-default-features --features=${{ matrix.features }}
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --no-default-features -p revm --features=${{ matrix.features }}

clippy:
name: clippy / ${{ matrix.network }}
Expand Down
Loading

0 comments on commit 0fceb63

Please sign in to comment.