Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1

- name: Setup cargo-rbmt
uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/setup-rbmt@6560b728ae6a81af9d92713b630ba26772fbd970
uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/setup-rbmt@46d459105f770106a2812641a54bd0e24bb57395

@ValuedMammal ValuedMammal Apr 29, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path to the setup-rbmt action was changed to rust-bitcoin/rust-bitcoin-maintainer-tools/actions/setup-rbmt (no .github/).

It's strange to have the rbmt-version defined in two places: here as well as the rbmt-version file. We could set it to master here and allow the action to read from the rbmt-version file.

Don't know if it's better to always track the master branch of cargo-rbmt or settle on a specific tag or release.


- name: "Run ${{ matrix.task }}"
run: cargo rbmt ${{ matrix.task }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1

- name: Setup cargo-rbmt
uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/setup-rbmt@6560b728ae6a81af9d92713b630ba26772fbd970
uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/setup-rbmt@46d459105f770106a2812641a54bd0e24bb57395

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