File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 - name : Install Rust
166166 uses : dtolnay/rust-toolchain@stable
167167 - name : Install b2sum on macOS
168- if : startsWith(matrix.target , 'macos')
168+ if : startsWith(matrix.os , 'macos')
169169 run : |
170170 brew install b2sum
171171 - uses : taiki-e/upload-rust-binary-action@4398438f25ce68e99e82e90744c88604b9b218a3 # v1.23.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ toc_depth: 1
88This page documents new features and bugfixes for cargo-nextest. Please see the [ stability
99policy] ( https://nexte.st/docs/stability/ ) for how versioning works with cargo-nextest.
1010
11- ## [ 0.9.85-rc.1 ] - 2024-11-24
11+ ## [ 0.9.85-rc.2 ] - 2024-11-24
1212
1313### Changed
1414
@@ -1192,7 +1192,7 @@ Supported in this initial release:
11921192- [Test retries](https://nexte.st/book/retries.md) and flaky test detection
11931193- [JUnit support](https://nexte.st/book/junit.md) for integration with other test tooling
11941194
1195- [0.9.85-rc.1 ] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.85-rc.1
1195+ [0.9.85-rc.2 ] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.85-rc.2
11961196[0.9.84] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.84
11971197[0.9.83] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.83
11981198[0.9.82] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.82
You can’t perform that action at this time.
0 commit comments