chore(tfhe): mark zk-pok as non experimental

This commit is contained in:
Arthur Meyre
2024-06-20 16:29:51 +02:00
parent 44c64210ca
commit 904cd00076
23 changed files with 81 additions and 81 deletions

View File

@@ -155,7 +155,7 @@ cargo "${RUST_TOOLCHAIN}" nextest run \
--cargo-profile "${cargo_profile}" \
--package "${tfhe_package}" \
--profile ci \
--features="${ARCH_FEATURE}",integer,internal-keycache,zk-pok-experimental,"${avx512_feature}" \
--features="${ARCH_FEATURE}",integer,internal-keycache,zk-pok,"${avx512_feature}" \
--test-threads "${test_threads}" \
-E "$filter_expression"

View File

@@ -120,7 +120,7 @@ and not test(~smart_add_and_mul)""" # This test is too slow
--cargo-profile "${cargo_profile}" \
--package "${tfhe_package}" \
--profile ci \
--features="${ARCH_FEATURE}",shortint,internal-keycache,zk-pok-experimental \
--features="${ARCH_FEATURE}",shortint,internal-keycache,zk-pok \
--test-threads "${n_threads_small}" \
-E "${filter_expression_small_params}"