From 512eb5ae5d772cf1d114f57b6835f59affecc663 Mon Sep 17 00:00:00 2001 From: dante <45801863+alexander-camuto@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:05:27 +0900 Subject: [PATCH] beep --- .github/workflows/rust.yml | 2 +- tests/integration_tests.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 18d7136fb..03912728c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -509,7 +509,7 @@ jobs: with: crate: cargo-nextest locked: true - - name: KZG )tests + - name: KZG tests run: cargo nextest run --verbose tests_aggr::kzg_aggr_prove_and_verify_ --features icicle --test-threads 1 -- --include-ignored prove-and-verify-aggr-tests: diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 0e57473b6..c16abad69 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -492,7 +492,7 @@ mod native_tests { #[cfg(feature="icicle")] seq!(N in 0..=2 { #(#[test_case(TESTS_AGGR[N])])* - fn aggr_prove_and_verify_(test: &str) { + fn kzg_aggr_prove_and_verify_(test: &str) { crate::native_tests::init_binary(); let test_dir = TempDir::new(test).unwrap(); let path = test_dir.path().to_str().unwrap(); crate::native_tests::mv_test_(test_dir.path().to_str().unwrap(), test);