Skip to content

Commit 0fa1bc2

Browse files
authored
update nextest to 0.9.86 (#7239)
Includes some fixes to JUnit support, including representing setup scripts in the output.
1 parent c7663bd commit 0fa1bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/nextest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# The required version should be bumped up if we need new features, performance
55
# improvements or bugfixes that are present in newer versions of nextest.
6-
nextest-version = { required = "0.9.77", recommended = "0.9.78" }
6+
nextest-version = { required = "0.9.77", recommended = "0.9.86" }
77

88
experimental = ["setup-scripts"]
99

.github/buildomat/build-and-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ target_os=$1
1818
# NOTE: This version should be in sync with the recommended version in
1919
# .config/nextest.toml. (Maybe build an automated way to pull the recommended
2020
# version in the future.)
21-
NEXTEST_VERSION='0.9.78'
21+
NEXTEST_VERSION='0.9.86'
2222

2323
cargo --version
2424
rustc --version

0 commit comments

Comments
 (0)