Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sp1 Feature with deserialization methods #5

Merged
merged 10 commits into from
Jan 23, 2025
Merged
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
run: cargo build --verbose

- name: Run sindri-rs unit tests
run: cargo test --package sindri-rs --lib --verbose
run: cargo test --package sindri-rs --lib --features sp1-v3 --verbose
Loading
Loading