Skip to content

v0.5.2

Compare
Choose a tag to compare
@dnephin dnephin released this 18 Jul 17:35
e2b19e1

Changes

  • --rerun-fails now reruns only the failed subtest (instead of the entire root test), by running each test individually instead of the failed tests in a package.
  • fixed a bug with --rerun-fails reporting, where any incomplete tests from the first run were reported to have been run and fail on each rerun.

Changelog

e2b19e1 Merge pull request #135 from dnephin/rerun-fails-only-subtests
a18b697 Update golden for new go1.14.6 output format
a4b69e7 Clear out running tests from each pkg
22714a3 Merge pull request #137 from SemanticallyNull/master
f9e3d29 build arm64 binaries
6c2d74f rerun-fails: Only rerun failed subtests
8979f92 fix tool/slowest examples