build(deps): bump github.com/kunwardeep/paralleltest from 1.0.7 to 1.0.8 (#3985)

This commit is contained in:
Brandur Leach 2023-08-02 23:28:28 -07:00 committed by GitHub
parent e555470c82
commit 1c67f5914a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 5 deletions

View file

@ -655,7 +655,8 @@ type NoNamedReturnsSettings struct {
ReportErrorInDefer bool `mapstructure:"report-error-in-defer"`
}
type ParallelTestSettings struct {
IgnoreMissing bool `mapstructure:"ignore-missing"`
IgnoreMissing bool `mapstructure:"ignore-missing"`
IgnoreMissingSubtests bool `mapstructure:"ignore-missing-subtests"`
}
type PreallocSettings struct {