Skip to content

Commit 1c25227

Browse files
committed
ci: set Bitcoin Core CI test repetition
1 parent c5790d0 commit 1c25227

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/bitcoin-core-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ env:
2020
BITCOIN_REPO: bitcoin/bitcoin
2121
LLVM_VERSION: 22
2222
LIBCXX_DIR: /tmp/libcxx-build/
23-
ASAN_UBSAN_UNIT_TEST_RUNS: 1
24-
ASAN_UBSAN_FUNCTIONAL_TEST_RUNS: 1
25-
MACOS_UNIT_TEST_RUNS: 1
26-
MACOS_FUNCTIONAL_TEST_RUNS: 1
27-
TSAN_UNIT_TEST_RUNS: 1
28-
TSAN_FUNCTIONAL_TEST_RUNS: 1
23+
ASAN_UBSAN_UNIT_TEST_RUNS: 200
24+
ASAN_UBSAN_FUNCTIONAL_TEST_RUNS: 200
25+
MACOS_UNIT_TEST_RUNS: 200
26+
MACOS_FUNCTIONAL_TEST_RUNS: 200
27+
TSAN_UNIT_TEST_RUNS: 200
28+
TSAN_FUNCTIONAL_TEST_RUNS: 200
2929

3030
jobs:
3131
bitcoin-core:

0 commit comments

Comments
 (0)