File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 22
22
run : cargo build --verbose
23
23
- name : tests
24
24
# We need to increase the stack size for the tests (due to quotient computation)
25
- run : RUST_MIN_STACK=67108864 cargo test --release -- --nocapture --test-threads=1
25
+ run : RUST_MIN_STACK=67108864 cargo test all_layers_full_test --release -- --nocapture
26
26
27
27
mersenne_tests :
28
28
name : mersenne_tests
Original file line number Diff line number Diff line change 1
- nightly-2024-07 -31
1
+ nightly-2025-03 -31
Original file line number Diff line number Diff line change @@ -59,13 +59,6 @@ fn all_layers_setup_test() {
59
59
snark_wrapper_tests:: snark_wrapper_setup_test ( ) ;
60
60
}
61
61
62
- #[ test]
63
- fn get_setup_caps ( ) {
64
- let risc_proof: RiscProof = deserialize_from_file ( RISC_PROOF_PATH ) ;
65
-
66
- serialize_to_file ( & risc_proof. setup_tree_caps , "testing_data/setup_caps" ) ;
67
- }
68
-
69
62
const RISC_PROOF_PATH : & str = "testing_data/risc_proof" ;
70
63
const RISC_WRAPPER_PROOF_PATH : & str = "testing_data/risc_wrapper_proof" ;
71
64
const RISC_WRAPPER_VK_PATH : & str = "testing_data/risc_wrapper_vk" ;
You can’t perform that action at this time.
0 commit comments