Skip to content

Commit 0e9f5b2

Browse files
committed
chore: palallelize TestAnalyze_ssl_ocsp subtests
1 parent cb8dc11 commit 0e9f5b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analyze_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3199,6 +3199,7 @@ func TestAnalyze_ssl_ocsp(t *testing.T) {
31993199

32003200
for name, tc := range testcases {
32013201
t.Run(name, func(t *testing.T) {
3202+
t.Parallel()
32023203
for _, ctx := range tc.ctx {
32033204
err := analyze("nginx.conf", tc.stmt, ";", ctx, &ParseOptions{
32043205
DirectiveSources: []MatchFunc{tc.matchFunc},

0 commit comments

Comments
 (0)