mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-11 16:41:28 +01:00
Nova-based VDF using MinRoot as an example (#86)
* add the MinRoot VDF example * optimize a bit * optimization and cleanup * clippy * add examples to CI * use inbuilt pow_vartime
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -19,6 +19,8 @@ jobs:
|
||||
run: rustup component add clippy
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Build examples
|
||||
run: cargo build --examples --verbose
|
||||
- name: Run tests
|
||||
run: cargo +stable test --release --verbose
|
||||
- name: Check Rustfmt Code Style
|
||||
|
||||
Reference in New Issue
Block a user