HomePhabricator

[secp256k1] ci: move test environment variable declaration to ci.yml

Description

[secp256k1] ci: move test environment variable declaration to ci.yml

Summary:
environment var moved:

  1. SECP256K1_TEST_ITERS (replaces TEST_ITERS)
  2. SECP256K1_BENCH_ITERS (replaces BENCH_ITERS)

This is a backport of secp256k1#1008
Depends on D19527

Backport note: we previously forgot to set the indirection to define SECP256K1_TEST_ITERS in the cmake build script. Now the cmake and autotools build will both use the same number of test iterations. The cmake build will generally be faster on CI, because unit tests will no longer default to 64 iterations.

Test Plan: push to github, wait for Github Actions to complete

Reviewers: #bitcoin_abc, bytesofman

Reviewed By: #bitcoin_abc, bytesofman

Differential Revision: https://reviews.bitcoinabc.org/D19528

Details

Provenance
siv2r <siv2ram@gmail.com>Authored on Nov 8 2021, 20:02
PiRKCommitted on Feb 5 2026, 07:20
PiRKPushed on Feb 5 2026, 07:20
Reviewer
Restricted Project
Differential Revision
D19528: [secp256k1] ci: move test environment variable declaration to ci.yml
Parents
rABC37fd942dd63c: [secp256k1] ci: Add "MSan" to GitHub Actions
Branches
Unknown
Tags
Unknown