From 912f0d2df934f2f8ad37d1e284beb5c744730409 Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Fri, 12 Jul 2024 10:50:06 +0200 Subject: [PATCH] wip --- .github/workflows/apple.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index 4e323c3ada..a8aac8370a 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -10,6 +10,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 + - run: sysctl -a | grep machdep.cpu - name: deps run: brew install automake libtool boost pkg-config libevent berkeley-db@4 - name: build @@ -18,4 +19,5 @@ jobs: ./configure make -j3 src/elementsd - name: test - run: ./test/functional/feature_issuance.py + run: | + ./test/functional/test_runner.py --jobs 3