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 :) |
Replies: 4 comments 15 replies
|
Thanks -- I think this is a genuine bug in nextest. |
|
Let's discuss this in #2463 since this appears to be a real issue. |
|
Going back to the original question:
Specifically I'm asking regarding this command: |
Closing in favor of #2463.