Merge rust-bitcoin/rust-bitcoin#3391: CI: Use latest run_task version
b8dab65c3d
CI: Use latest run_task version (Tobin C. Harding) Pull request description: Recently we discovered a bug in the `run_task` script where we forgot to use `--no-default-features` in a subset of test runs (the feature matrix stuff). Upgrade to use the latest version of `run_task.sh`. ACKs for top commit: apoelstra: ACKb8dab65c3d
successfully ran local tests; nice Tree-SHA512: 9b8e6eba81a81658a98f0c8e355f97f2b27ee9a730cb3b008d0c60e81a308cdb2af11587a5e63fe2a9fc35fedef0a9e00f8b721b91cf182214dbe738f8315bec
This commit is contained in:
commit
d7ee177f17
|
@ -34,7 +34,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@v1
|
uses: dtolnay/rust-toolchain@v1
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
@ -109,7 +109,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@v1
|
uses: dtolnay/rust-toolchain@v1
|
||||||
|
@ -136,7 +136,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
@ -160,7 +160,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@v1
|
uses: dtolnay/rust-toolchain@v1
|
||||||
|
@ -186,7 +186,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@v1
|
uses: dtolnay/rust-toolchain@v1
|
||||||
|
|
Loading…
Reference in New Issue