diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-27 00:02:29 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-29 02:14:51 -0700 |
commit | bdfb423cbaff683269c7448afe6d93d224c5a482 (patch) | |
tree | 2f10c3a13f56f94e498b8e3aac3e519a91d86518 /methods_test.go | |
parent | 659b2cd182132b0827484855689e3d21e8d9ce9f (diff) |
.golangci.yml: Turn on 'paralleltest', fix
Diffstat (limited to 'methods_test.go')
-rw-r--r-- | methods_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods_test.go b/methods_test.go index 3a5254f..5e2209a 100644 --- a/methods_test.go +++ b/methods_test.go @@ -100,6 +100,7 @@ func (sg *SumRunWithGaps) DecodeJSON(r io.RuneScanner) error { } func TestMethods(t *testing.T) { + t.Parallel() in := SumRunWithGaps{ Addr: 13631488, Size: 416033783808, |