File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
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
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 }}
You can’t perform that action at this time.
0 commit comments