Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed Jul 12, 2024
1 parent 9415c60 commit 912f0d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 912f0d2

Please sign in to comment.