What's the preferred way of running tests for packagers? #2458
-
Hey! I'm maintaining build() {
cd "$pkgname-$pkgver"
cargo build --release --frozen --package "$pkgname" --no-default-features --features default-no-update
}
check() {
cd "$pkgname-$pkgver"
cargo run --package cargo-nextest -- nextest run -- --skip test_version_info
} I adopted this from the GitHub workflows from this repository a while ago. However, with the last release ( More specifically, after this point:
So I have a couple of questions:
Thank you :) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 15 replies
-
Thanks -- I think this is a genuine bug in nextest. |
Beta Was this translation helpful? Give feedback.
-
Let's discuss this in #2463 since this appears to be a real issue. |
Beta Was this translation helpful? Give feedback.
-
Closing in favor of #2463. |
Beta Was this translation helpful? Give feedback.
-
Going back to the original question:
Specifically I'm asking regarding this command: |
Beta Was this translation helpful? Give feedback.
Closing in favor of #2463.