We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a1fc8 commit aef4086Copy full SHA for aef4086
.github/workflows/ci.yaml
@@ -35,17 +35,13 @@ jobs:
35
name: check no_std ${{ matrix.features }}
36
runs-on: ubuntu-latest
37
timeout-minutes: 30
38
- strategy:
39
- fail-fast: false
40
- matrix:
41
- features: ["", "kzg-rs"]
42
steps:
43
- uses: actions/checkout@v4
44
- uses: dtolnay/rust-toolchain@stable
45
with:
46
targets: riscv32imac-unknown-none-elf
47
- run: |
48
- cargo check --target riscv32imac-unknown-none-elf --no-default-features --features=${{ matrix.features }}
+ cargo check --target riscv32imac-unknown-none-elf --no-default-features
49
50
check:
51
name: check ${{ matrix.features }}
0 commit comments