Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0719f94

Browse files
committedJan 13, 2025·
Run plugin tests on MacOS
1 parent 61ddeb0 commit 0719f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/proc/test/support.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ func WithPlugins(t *testing.T, flags BuildFlags, plugins ...string) []Fixture {
356356
if !goversion.VersionAfterOrEqual(runtime.Version(), 1, 12) {
357357
t.Skip("versions of Go before 1.12 do not include debug information in packages that import plugin (or they do but it's wrong)")
358358
}
359-
if runtime.GOOS != "linux" {
359+
if runtime.GOOS != "linux" && runtime.GOOS != "darwin" {
360360
t.Skip("only supported on linux")
361361
}
362362

0 commit comments

Comments
 (0)