Skip to content

Commit 912f0d2

Browse files
committed
wip
1 parent 9415c60 commit 912f0d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/apple.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: macos-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
- run: sysctl -a | grep machdep.cpu
1314
- name: deps
1415
run: brew install automake libtool boost pkg-config libevent berkeley-db@4
1516
- name: build
@@ -18,4 +19,5 @@ jobs:
1819
./configure
1920
make -j3 src/elementsd
2021
- name: test
21-
run: ./test/functional/feature_issuance.py
22+
run: |
23+
./test/functional/test_runner.py --jobs 3

0 commit comments

Comments
 (0)