mirror of https://codeberg.org/topola/topola.git
chore: Attempt to fix missing `cargo binstall` command error in CI
This commit is contained in:
parent
1ba0b47cef
commit
73080fb320
|
|
@ -28,8 +28,10 @@ steps:
|
|||
RUST_BACKTRACE: 1
|
||||
CARGO_TERM_COLOR: always
|
||||
commands:
|
||||
- apt-get -y install curl
|
||||
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
- cargo binstall --no-confirm cargo-nextest
|
||||
- rustup default "$CHANNEL"
|
||||
- cargo binstall cargo-nextest --secure
|
||||
- cargo nextest -j4 --verbose --no-default-features --features "$FEATURES"
|
||||
when:
|
||||
event: [pull_request, push, tag]
|
||||
|
|
|
|||
Loading…
Reference in New Issue