From 5ae42387d26ba2ae7fc4dc04916f507311a4c15b Mon Sep 17 00:00:00 2001 From: Andy Freeland Date: Sat, 30 Jul 2022 16:32:36 -0700 Subject: [PATCH] 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> --- Formula/cargo-nextest.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/cargo-nextest.rb b/Formula/cargo-nextest.rb index a6d414d9209..9b780d97426 100644 --- a/Formula/cargo-nextest.rb +++ b/Formula/cargo-nextest.rb @@ -1,8 +1,8 @@ class CargoNextest < Formula desc "Next-generation test runner for Rust" homepage "https://nexte.st" - url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.31.tar.gz" - sha256 "2d14315ad233578611d024e09e0eb44bcdf4c5375701dfaea7e94df906ef5c84" + url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.32.tar.gz" + sha256 "abb07a1dd7074c1d2f98cf7b6e61bd0726222db6fe028788579888021959492d" license "Apache-2.0" livecheck do @@ -49,7 +49,7 @@ class CargoNextest < Formula EOS 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