Skip to content

Commit 7ea5862

Browse files
committed
ci: Update setup-rbmt to cargo-rbmt-0.2.1, bump deps
- Update setup-rbmt action to cargo-rbmt-0.2.1 - Exclude stable toolchain + Cargo-minimal.lock matrix combination - Bump jsonrpc to 0.20.0 - Bump bitcoind to 0.38.0 - Update stable toolchain to 1.95.0, nightly to floating tag
1 parent da463f8 commit 7ea5862

5 files changed

Lines changed: 217 additions & 246 deletions

File tree

.github/workflows/cont_integration.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
3030

3131
- name: Setup cargo-rbmt
32-
uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/setup-rbmt@6560b728ae6a81af9d92713b630ba26772fbd970
32+
uses: rust-bitcoin/rust-bitcoin-maintainer-tools/actions/setup-rbmt@33b0ca77028df947559c17c4d20727f5e993c50e # cargo-rbmt-0.2.1
3333

3434
- name: "Run ${{ matrix.task }}"
3535
run: cargo rbmt ${{ matrix.task }}
@@ -46,6 +46,9 @@ jobs:
4646
# Exclude MSRV toolchain + `Cargo-recent.lock`
4747
- toolchain: msrv
4848
lockfile: recent
49+
# Exclude stable toolchain + `Cargo-minimal.lock`
50+
- toolchain: stable
51+
lockfile: minimal
4952

5053
steps:
5154
- name: Checkout repository
@@ -57,7 +60,7 @@ jobs:
5760
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
5861

5962
- name: Setup cargo-rbmt
60-
uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/setup-rbmt@6560b728ae6a81af9d92713b630ba26772fbd970
63+
uses: rust-bitcoin/rust-bitcoin-maintainer-tools/actions/setup-rbmt@33b0ca77028df947559c17c4d20727f5e993c50e # cargo-rbmt-0.2.1
6164

6265
- name: Run tests
6366
run: cargo rbmt test --toolchain ${{ matrix.toolchain }} --lock-file ${{ matrix.lockfile }}

0 commit comments

Comments
 (0)