Skip to content

Commit 8b19e92

Browse files
committed
ffi group
1 parent 0a4bf43 commit 8b19e92

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/ci-groups.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@ groups:
77
- dashcore_hashes
88
- dashcore-private
99
- dash-network
10-
- dash-network-ffi
1110

1211
spv:
1312
- dash-spv
14-
- dash-spv-ffi
1513

1614
wallet:
1715
- key-wallet
18-
- key-wallet-ffi
1916
- key-wallet-manager
2017

18+
ffi:
19+
- dash-network-ffi
20+
- dash-spv-ffi
21+
- key-wallet-ffi
22+
2123
rpc:
2224
- dashcore-rpc
2325
- dashcore-rpc-json

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
group: [core, spv, wallet, rpc, tools]
17+
group: [core, spv, wallet, ffi, rpc, tools]
1818
steps:
1919
- uses: actions/checkout@v6
2020
- name: Disable Windows Defender real-time monitoring

0 commit comments

Comments
 (0)