Rain
Rain
Criterion 0.5, which came out a few days ago, supports nextest.
Thanks for the detailed overview @howardjohn!
Hi @iamazy. No, the feature isn't yet supported. I don't expect to get to it any time at least in 2023 either, I'm too busy with other work. However, I'd...
Thanks, this is awesome! Any plans to support Sigstore?
Thanks @taiki-e -- ideally the release task would run `cosign sign-blob` using an identity from GitHub Actions: https://docs.sigstore.dev/cosign/signing_with_blobs. Then, the `cosign.bundle` (appropriately named) would be uploaded along with the artifact....
(I think another option is to use OCI to store artifacts in addition to GitHub Releases: https://docs.sigstore.dev/cosign/signing_with_blobs/#blobs-in-oci-registries)
I wrote a comment on https://github.com/cargo-bins/cargo-binstall/issues/1 discussing this.
This is something that we'd still like to do but it's just the work that needs to be done. **Help wanted:** If you're interested in tackling this project, here's the...
> We're interested in doing this work so that we can feed structured test results to [this](https://buildkite.com/test-analytics). (Note that while it supports JUnit which nextest can already produce that option...
I think before we decide on the right path here, I'd like to see a more fleshed out proposal with how to handle retries and timeouts. I'd like to understand...