From 55ca718a777fcdc98b54a37a8fd512b9efc5d022 Mon Sep 17 00:00:00 2001 From: Daniel Lubarov Date: Sun, 13 Feb 2022 10:51:27 -0800 Subject: [PATCH] Test no longer ignored --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db24c69..4dbd5906 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ in the Plonky2 directory. To see recursion performance, one can run this test, which generates a chain of three recursion proofs: ```sh -RUST_LOG=debug RUSTFLAGS=-Ctarget-cpu=native cargo test --release test_recursive_recursive_verifier -- --ignored +RUST_LOG=debug RUSTFLAGS=-Ctarget-cpu=native cargo test --release test_recursive_recursive_verifier ```