Skip to content

Releases: kunwardeep/paralleltest

v1.0.14

27 Mar 03:32
d90dd54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.13...v1.0.14

v1.0.13

26 Mar 01:14
9db3346
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.12...v1.0.13

v1.0.12

25 Mar 05:47
94f28b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.11...v1.0.12

v1.0.11

25 Mar 05:46
c4a0862
Compare
Choose a tag to compare

What's Changed

  • Update x/tools to fix panic in tests with Go 1.24 by @alexandear in #39

Full Changelog: v1.0.10...v1.0.11

v1.0.10 Add new option ignoreloopvar

15 Feb 23:26
2ac0c2f
Compare
Choose a tag to compare

What's Changed

  • feat: add ignoreloopvar option by @ldez in #35

New Contributors

  • @ldez made their first contribution in #35

Full Changelog: v1.0.9...v1.0.10

v1.0.9 Setenv can be used in parallel tests or tests with parallel ancestors

15 Dec 06:20
2ff338a
Compare
Choose a tag to compare

What's Changed

  • dont flag tests which call Setenv directly or whose subtests do by @spencerschrock in #33

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8 Add new option ignoremissingsubtests

03 Aug 00:11
1adbbc8
Compare
Choose a tag to compare

What's Changed

  • Fix grammar in lint failure message by @AngusGMorrison in #29
  • Add option ignoremissingsubtests to ignore missing t.Parallel() in subtests by @brandur in #32

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7 Update golang.org/x/tools and fix panic for empty test function

30 May 04:34
79501b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6 Add new flag to ignore missing calls to t.Parallel

07 Jun 06:17
5bd86f2
Compare
Choose a tag to compare

What's Changed

  • Add flag to ignore missing calls (off by default) by @turbolent in #19

Full Changelog: v1.0.5...v1.0.6

v1.0.5 Test workflow tweaks and other random improvements

07 Jun 06:13
c61ab88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5