mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-11 16:41:28 +01:00
traits for a vector commitment engine and a polynomial evaluation engine (#136)
make spartan generic over the evaluation engine update version disable Wasm CI check
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -17,12 +17,8 @@ jobs:
|
||||
run: rustup component add rustfmt
|
||||
- name: Install clippy
|
||||
run: rustup component add clippy
|
||||
- name: Install Wasm target
|
||||
run: rustup target add wasm32-unknown-unknown
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Wasm build
|
||||
run: cargo build --target wasm32-unknown-unknown
|
||||
- name: Build examples
|
||||
run: cargo build --examples --verbose
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user