File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 7676 run : cargo build
7777 - name : Run tests
7878 run : cargo nextest run
79+ - name : Run tests with cargo test
80+ run : cargo test
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.8] - 2024-04-24
4+
5+ ### Fixed
6+
7+ - Fixed quadratic performance issue with nextest, where datatest-stable would iterate over the
8+ entire list of files for each test. Thanks [ @zaneduffield ] ( https://github.com/zaneduffield ) for
9+ your first contribution!
10+
311## [ 0.2.7] - 2024-04-21
412
513### Changed
@@ -88,6 +96,7 @@ There are no functional changes in this release.
8896
8997(Version 0.1.0 was yanked because of a metadata issue.)
9098
99+ [ 0.2.8 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.8
91100[ 0.2.7 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.7
92101[ 0.2.6 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.6
93102[ 0.2.5 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.5
Original file line number Diff line number Diff line change 1+ ## Prerequisites
2+
3+ datatest-stable is designed to work with both ` cargo test ` and ` cargo nextest ` . In either case,
4+ nextest is required for one of the tests. Install it via [ the instructions here] ( https://get.nexte.st ) .
5+
16## Pull Requests
27
38If you have a new feature in mind, please discuss the feature in an issue to ensure that your
You can’t perform that action at this time.
0 commit comments