ci: make test_batched_range_proof_u256 use all threads in nextest (#32627)

This commit is contained in:
Yihau Chen 2023-07-26 15:42:17 +08:00 committed by GitHub
parent fa8cbae8df
commit 9a17203811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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"