*: parallelize tests where possible (#4115)

This commit is contained in:
Derek Parker
2025-08-31 09:11:53 -04:00
committed by GitHub
parent 7cb015b439
commit e46c82b9bd
18 changed files with 168 additions and 59 deletions

View File

@ -9,6 +9,7 @@ import (
)
func TestParseCIE(t *testing.T) {
t.Parallel()
ctx := &parseContext{
buf: bytes.NewBuffer([]byte{3, 0, 1, 124, 16, 12, 7, 8, 5, 16, 2, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 16, 64, 0, 0, 0, 0, 0}),
common: &CommonInformationEntry{Length: 12},