Skip to content

Commit

Permalink
update nextest to 0.9.86 (#7239)
Browse files Browse the repository at this point in the history
Includes some fixes to JUnit support, including representing setup scripts in
the output.
  • Loading branch information
sunshowers authored Dec 14, 2024
1 parent c7663bd commit 0fa1bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# The required version should be bumped up if we need new features, performance
# improvements or bugfixes that are present in newer versions of nextest.
nextest-version = { required = "0.9.77", recommended = "0.9.78" }
nextest-version = { required = "0.9.77", recommended = "0.9.86" }

experimental = ["setup-scripts"]

Expand Down
2 changes: 1 addition & 1 deletion .github/buildomat/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ target_os=$1
# NOTE: This version should be in sync with the recommended version in
# .config/nextest.toml. (Maybe build an automated way to pull the recommended
# version in the future.)
NEXTEST_VERSION='0.9.78'
NEXTEST_VERSION='0.9.86'

cargo --version
rustc --version
Expand Down

0 comments on commit 0fa1bc2

Please sign in to comment.