[secp256k1] ci: move test environment variable declaration to ci.yml
Summary:
environment var moved:
- SECP256K1_TEST_ITERS (replaces TEST_ITERS)
- 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