Skip to content

Commit 6cbf29f

Browse files
gonzaloserranogithub-actions[bot]
authored andcommitted
Auto-update style.md
1 parent 2ef6107 commit 6cbf29f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

style.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3896,6 +3896,10 @@ While there are no strict guidelines, readability and maintainability should
38963896
always be top-of-mind when deciding between Table Tests versus separate tests
38973897
for multiple inputs/outputs to a system.
38983898

3899+
#### Parallel Tests
3900+
3901+
Run `t.Parallel()` to improve the performance of your test cases.
3902+
38993903
<!-- TODO: Explain how to use _test packages. -->
39003904

39013905
### Functional Options

0 commit comments

Comments
 (0)