Skip to content

Commit 42b7528

Browse files
greged93frisitano
andauthored
feat: v91 (#68)
* feat: v88 * feat: update no_std ci workflow * feat: v91 * bump revm * update revm dependency --------- Co-authored-by: frisitano <[email protected]>
1 parent 919aa25 commit 42b7528

File tree

6 files changed

+806
-706
lines changed

6 files changed

+806
-706
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,13 @@ jobs:
3535
name: check no_std ${{ matrix.features }}
3636
runs-on: ubuntu-latest
3737
timeout-minutes: 30
38-
strategy:
39-
fail-fast: false
40-
matrix:
41-
features: ["", "kzg-rs"]
4238
steps:
4339
- uses: actions/checkout@v4
4440
- uses: dtolnay/rust-toolchain@stable
4541
with:
4642
targets: riscv32imac-unknown-none-elf
4743
- run: |
48-
cargo check --target riscv32imac-unknown-none-elf --no-default-features --features=${{ matrix.features }}
44+
cargo check --target riscv32imac-unknown-none-elf --no-default-features
4945
5046
check:
5147
name: check ${{ matrix.features }}

0 commit comments

Comments
 (0)