File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 66
77env :
88 - TEST_COMMAND=test EXTRA_FLAGS='' FEATURES=''
9- # Disabled for now along with the yoloproofs feature.
10- # - TEST_COMMAND=test EXTRA_FLAGS='' FEATURES='yoloproofs'
9+ - TEST_COMMAND=test EXTRA_FLAGS='' FEATURES='yoloproofs'
1110 # run cargo bench with a filter that matches no benchmarks.
1211 # this ensures the benchmarks build but doesn't run them on the CI server.
1312 - TEST_COMMAND=bench EXTRA_FLAGS='"DONTRUNBENCHMARKS"' FEATURES=''
Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ bincode = "1"
3131
3232[features ]
3333avx2_backend = [" curve25519-dalek/avx2_backend" ]
34- # Disable the yoloproofs feature for the released crate, so that it's not possible for someone to publish a crate using R1CS proofs yet.
35- # yoloproofs = []
34+ yoloproofs = []
3635
3736[[bench ]]
3837name = " range_proof"
Original file line number Diff line number Diff line change 1- FEATURES :=
1+ FEATURES := yoloproofs
22
33doc :
44 cargo rustdoc --features " $( FEATURES) " -- --html-in-header docs/assets/rustdoc-include-katex-header.html
You can’t perform that action at this time.
0 commit comments