File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ build_test: ## test only buildable
27
27
GOOS=freebsd GOARCH=arm64 go test ./... | $(BUILD_FAIL_PATTERN )
28
28
CGO_ENABLED=0 GOOS=darwin go test ./... | $(BUILD_FAIL_PATTERN )
29
29
GOOS=windows go test ./... | $(BUILD_FAIL_PATTERN )
30
- # Operating systems supported for building only (not implemented error if used)
30
+ # The following operating systems are tested only for successful builds.
31
+ # Value testing is not performed.
31
32
GOOS=solaris go test ./... | $(BUILD_FAIL_PATTERN )
32
33
GOOS=dragonfly go test ./... | $(BUILD_FAIL_PATTERN )
33
34
GOOS=netbsd go test ./... | $(BUILD_FAIL_PATTERN )
34
- # cross build to OpenBSD not worked since process has "C"
35
- # GOOS=openbsd go test ./... | $(BUILD_FAIL_PATTERN)
35
+ GOOS=openbsd go test ./... | $(BUILD_FAIL_PATTERN )
36
36
GOOS=plan9 go test ./... | $(BUILD_FAIL_PATTERN )
37
37
38
38
ifeq ($(shell uname -s) , Darwin)
You can’t perform that action at this time.
0 commit comments