chore: Fix command invocation in CI

This commit is contained in:
Mikolaj Wielgus 2025-09-15 17:06:11 +02:00
parent 73080fb320
commit 3b520b56c6
1 changed files with 1 additions and 1 deletions

View File

@ -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
- cargo binstall --no-confirm cargo-nextest
- rustup default "$CHANNEL"
- cargo nextest -j4 --verbose --no-default-features --features "$FEATURES"
- cargo nextest run -j4 --verbose --no-default-features --features "$FEATURES"
when:
event: [pull_request, push, tag]
# Only run tests for stable channel to avoid straining Codeberg's CI.