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);