cargo-nextest 0.9.32

Closes #106951.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Andy Freeland 2022-07-30 16:32:36 -07:00 committed by BrewTestBot
parent 4bbaecd24c
commit 5ae42387d2
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class CargoNextest < Formula class CargoNextest < Formula
desc "Next-generation test runner for Rust" desc "Next-generation test runner for Rust"
homepage "https://nexte.st" homepage "https://nexte.st"
url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.31.tar.gz" url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.32.tar.gz"
sha256 "2d14315ad233578611d024e09e0eb44bcdf4c5375701dfaea7e94df906ef5c84" sha256 "abb07a1dd7074c1d2f98cf7b6e61bd0726222db6fe028788579888021959492d"
license "Apache-2.0" license "Apache-2.0"
livecheck do livecheck do
@ -49,7 +49,7 @@ class CargoNextest < Formula
EOS EOS
output = shell_output("cargo nextest run 2>&1") output = shell_output("cargo nextest run 2>&1")
assert_match "Starting 1 tests across 1 binaries", output assert_match "Executable unittests src/main.rs", output
end end
end end
end end