Skip to content

Commit

Permalink
fix(doc): Fix link to the blog post (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
moricho authored Jun 26, 2024
1 parent edaf16d commit c5bfd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It detects the following:
- `t.Parallel()` is called in either a top-level test function or a sub-test function only
- Although `t.Parallel()` is called in the sub-test function, it is post-processed by `defer` instead of `t.Cleanup()`

This tool was inspired by this blog: [Test parallelization in Go: Understanding the t.Parallel() method]([https://engineering.mercari.com/blog/entry/how_to_use_t_parallel/](https://engineering.mercari.com/en/blog/entry/20220408-how_to_use_t_parallel/))
This tool was inspired by this blog: [Test parallelization in Go: Understanding the t.Parallel() method](https://engineering.mercari.com/en/blog/entry/20220408-how_to_use_t_parallel/)

## Installation

Expand Down

0 comments on commit c5bfd70

Please sign in to comment.