Skip to content

Parallelize tests to allow us to reenable testing in pkg/... #105

Parallelize tests to allow us to reenable testing in pkg/...

Parallelize tests to allow us to reenable testing in pkg/... #105

Triggered via pull request April 23, 2024 17:54
Status Failure
Total duration 1m 27s
Artifacts

golang.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.