Skip to content

Commit aef4086

Browse files
committed
feat: update no_std ci workflow
1 parent 05a1fc8 commit aef4086

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
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)