Parallelize tests to allow us to reenable testing in pkg/... #105
Annotations
10 errors
check:
pkg/mig/config/config.go#L1
: # github.com/NVIDIA/mig-parted/pkg/mig/config [github.com/NVIDIA/mig-parted/pkg/mig/config.test]
|
check:
pkg/mig/config/config_test.go#L112
syntax error: unexpected range, expected { (typecheck)
|
check:
pkg/mig/config/config_test.go#L112
expected '{', found 'range' (typecheck)
|
check:
pkg/mig/config/config_test.go#L113
missing ',' in composite literal (typecheck)
|
check:
pkg/mig/config/config_test.go#L132
missing ',' before newline in composite literal (typecheck)
|
check:
pkg/mig/config/config_test.go#L136
expected '(', found TestIteratePermutationsUntilSuccess (typecheck)
|
check:
pkg/mig/config/config_test.go#L203
expected '}', found 'EOF' (typecheck)
|
check
issues found
|
Unit test:
pkg/mig/config/config_test.go#L112
expected '{', found 'range'
|
Unit test
Process completed with exit code 2.
|