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 76
76
run : cargo build
77
77
- name : Run tests
78
78
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 1
1
# Changelog
2
2
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
+
3
11
## [ 0.2.7] - 2024-04-21
4
12
5
13
### Changed
@@ -88,6 +96,7 @@ There are no functional changes in this release.
88
96
89
97
(Version 0.1.0 was yanked because of a metadata issue.)
90
98
99
+ [ 0.2.8 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.8
91
100
[ 0.2.7 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.7
92
101
[ 0.2.6 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.6
93
102
[ 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
+
1
6
## Pull Requests
2
7
3
8
If 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