Skip to content

Commit

Permalink
Merge pull request #8 from succinctlabs/bhargav/sp1-bls-patch
Browse files Browse the repository at this point in the history
feat: sp1 patch
  • Loading branch information
tamirhemo authored Aug 23, 2024
2 parents 1848e86 + 793bd4a commit a492578
Show file tree
Hide file tree
Showing 69 changed files with 2,830 additions and 312 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Clippy
run: cargo clippy --all-targets -- -D warnings
- name: Build
run: cargo build --verbose --no-default-features --features=cache
run: cargo build --verbose --no-default-features
- name: Run tests
run: cargo test --verbose --features=kzg-test
run: cargo test --verbose
test-no-std:
name: test no_std
runs-on: ubuntu-latest
Expand All @@ -27,4 +30,4 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: riscv32imac-unknown-none-elf
- run: cargo check --target riscv32imac-unknown-none-elf --no-default-features --features=cache
- run: cargo check --target riscv32imac-unknown-none-elf --no-default-features
Loading

0 comments on commit a492578

Please sign in to comment.