Releases: JuliaTesting/ReTestItems.jl
Releases · JuliaTesting/ReTestItems.jl
v1.35.0
v1.34.1
ReTestItems v1.34.1
Merged pull requests:
- Always activate test env on workers (#229) (@nickrobinson251)
Closed issues:
- Workers have incorrect environment when JULIA_PROJECT set (#228)
v1.34.0
ReTestItems v1.34.0
Merged pull requests:
- Initial support for running test failures first via
failures_first=true(#212) (@nickrobinson251)
Closed issues:
- Ability to only run failures (and/or to run them first) (#172)
v1.33.2
ReTestItems v1.33.2
Merged pull requests:
- Update CI to use
julia-actions/cacheand1.12+ fixes for 1.12 (#221) (@nickrobinson251)
Closed issues:
- Switch CI to use
julia-actions/cache(#207)
v1.33.1
ReTestItems v1.33.1
Merged pull requests:
- Fix logging test counting bug when more workers than tests (#219) (@nickrobinson251)
- Don't touch the file system when precompiling (#220) (@Drvi)
v1.33.0
ReTestItems v1.33.0
Merged pull requests:
- throw if no test items found (#216) (@nickrobinson251)
- Bump version (#218) (@nickrobinson251)
v1.32.0
ReTestItems v1.32.0
Merged pull requests:
- Update Test.FailFastError handling after Julia pr 58695 (#214) (@nickrobinson251)
- warn if no test items found (#215) (@nickrobinson251)
Closed issues:
- Drop LoggingExtras.jl dependency (#135)
v1.31.0
ReTestItems v1.31.0
Merged pull requests:
- Print a completion message when all tests are done (#192) (@nickrobinson251)
- More tests for
macro testitem(#201) (@nickrobinson251) - Update github actions versions (#204) (@nickrobinson251)
- Skip reference tests on windows (#208) (@nickrobinson251)
- Bump version (#210) (@nickrobinson251)
v1.30.0
ReTestItems v1.30.0
Merged pull requests:
- Refactor options into an internal Config struct (#190) (@nickrobinson251)
- Run CI tests on Julia v1.11 too (#193) (@nickrobinson251)
- Replace LoggingExtras.jl dep with our own debug macro (#195) (@nickrobinson251)
- fix: windows resource busy/locked (#203) (@avik-pal)
Closed issues:
v1.29.0
ReTestItems v1.29.0
Merged pull requests:
- Throw if
test_end_exprnot a:blockexpr (#191) (@nickrobinson251)