Skip to content

Commit

Permalink
Merge pull request #23 from zb99zhou/fix-secondary-check
Browse files Browse the repository at this point in the history
Fix secondary check
  • Loading branch information
RequiemOfSoul committed Jun 18, 2024
2 parents f061800 + 6cd7b93 commit d8df686
Show file tree
Hide file tree
Showing 55 changed files with 1,091 additions and 4,630 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: cargo build --verbose
- name: Wasm build
run: cargo build --target wasm32-unknown-unknown
- name: Build examples
run: cargo build --examples --verbose
- name: Build benches
run: cargo build --benches --verbose
# - name: Build examples
# run: cargo build --examples --verbose
# - name: Build benches
# run: cargo build --benches --verbose
- name: Run tests
run: cargo +stable test --release --verbose
- name: Check Rustfmt Code Style
Expand Down
9 changes: 0 additions & 9 deletions CODE_OF_CONDUCT.md

This file was deleted.

16 changes: 0 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,6 @@ cfg-if = "1.0.0"
sha2 = "0.10.7"
proptest = "1.2.0"

[[bench]]
name = "recursive-snark"
harness = false

[[bench]]
name = "compressed-snark"
harness = false

[[bench]]
name = "compute-digest"
harness = false

[[bench]]
name = "sha256"
harness = false

[features]
default = []
# Compiles in portable mode, w/o ISA extensions => binary can be executed on all systems.
Expand Down
41 changes: 0 additions & 41 deletions SECURITY.md

This file was deleted.

10 changes: 0 additions & 10 deletions SUPPORT.md

This file was deleted.

262 changes: 0 additions & 262 deletions benches/compressed-snark.rs

This file was deleted.

Loading

0 comments on commit d8df686

Please sign in to comment.