@@ -209,7 +209,7 @@ jobs:
209
209
- name : Check
210
210
run : |
211
211
tar -xaf cln-${{ matrix.CFG }}.tar.bz2
212
- make -j $(nproc) check-units installcheck VALGRIND=${{ matrix.VALGRIND }}
212
+ eatmydata make -j $(nproc) check-units installcheck VALGRIND=${{ matrix.VALGRIND }}
213
213
214
214
check-fuzz :
215
215
name : Run fuzz regression tests
@@ -343,7 +343,7 @@ jobs:
343
343
run : |
344
344
env
345
345
cat config.vars
346
- VALGRIND=0 poetry run pytest tests/ -vvv -n ${PYTEST_PAR} ${PYTEST_OPTS}
346
+ VALGRIND=0 poetry run eatmydata pytest tests/ -vvv -n ${PYTEST_PAR} ${PYTEST_OPTS}
347
347
348
348
integration-valgrind :
349
349
name : Valgrind Test CLN ${{ matrix.name }}
@@ -411,7 +411,7 @@ jobs:
411
411
SLOW_MACHINE : 1
412
412
TEST_DEBUG : 1
413
413
run : |
414
- VALGRIND=1 poetry run pytest tests/ -vvv -n 3 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }}
414
+ VALGRIND=1 poetry run eatmydata pytest tests/ -vvv -n 3 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }}
415
415
416
416
integration-sanitizers :
417
417
name : Sanitizers Test CLN
@@ -477,7 +477,7 @@ jobs:
477
477
478
478
- name : Test
479
479
run : |
480
- poetry run pytest tests/ -vvv -n 2 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }}
480
+ poetry run eatmydata pytest tests/ -vvv -n 2 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }}
481
481
482
482
update-docs-examples :
483
483
name : Update examples in doc schemas
@@ -519,7 +519,7 @@ jobs:
519
519
tar -xaf cln-compile-gcc.tar.bz2
520
520
- name : Test
521
521
run : |
522
- make -j $(nproc) check-doc-examples
522
+ eatmydata make -j $(nproc) check-doc-examples
523
523
524
524
min-btc-support :
525
525
name : Test minimum supported BTC v${{ matrix.MIN_BTC_VERSION }} with ${{ matrix.NAME }}
@@ -591,7 +591,7 @@ jobs:
591
591
run : |
592
592
env
593
593
cat config.vars
594
- VALGRIND=0 poetry run pytest tests/ -vvv -n ${PYTEST_PAR} ${PYTEST_OPTS}
594
+ VALGRIND=0 poetry run eatmydata pytest tests/ -vvv -n ${PYTEST_PAR} ${PYTEST_OPTS}
595
595
596
596
check-flake :
597
597
name : Check Nix Flake
0 commit comments