mirror of https://codeberg.org/topola/topola.git
chore: Fix command invocation in CI
This commit is contained in:
parent
73080fb320
commit
3b520b56c6
|
|
@ -32,7 +32,7 @@ steps:
|
||||||
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
- 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
|
- cargo binstall --no-confirm cargo-nextest
|
||||||
- rustup default "$CHANNEL"
|
- rustup default "$CHANNEL"
|
||||||
- cargo nextest -j4 --verbose --no-default-features --features "$FEATURES"
|
- cargo nextest run -j4 --verbose --no-default-features --features "$FEATURES"
|
||||||
when:
|
when:
|
||||||
event: [pull_request, push, tag]
|
event: [pull_request, push, tag]
|
||||||
# Only run tests for stable channel to avoid straining Codeberg's CI.
|
# Only run tests for stable channel to avoid straining Codeberg's CI.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue