From 9a1720381101f13c88d8558e6efa53576b19cb94 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Wed, 26 Jul 2023 15:42:17 +0800 Subject: [PATCH] ci: make test_batched_range_proof_u256 use all threads in nextest (#32627) --- nextest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nextest.toml b/nextest.toml index ba9fc6cd1..4f979f542 100644 --- a/nextest.toml +++ b/nextest.toml @@ -7,3 +7,7 @@ fail-fast = false [profile.ci.junit] path = "junit.xml" + +[[profile.ci.overrides]] +filter = "package(solana-zk-token-proof-program-tests) & test(/^test_batched_range_proof_u256$/)" +threads-required = "num-cpus"