diff --git a/libhyperdbg_test.go b/libhyperdbg_test.go index 96fe67d6..76944cb9 100644 --- a/libhyperdbg_test.go +++ b/libhyperdbg_test.go @@ -16,6 +16,8 @@ import ( "github.com/stretchr/testify/assert" ) +//sync test + func isGithubCI() bool { GOPATH := os.Getenv("GOPATH") return strings.Contains(GOPATH, "runneradmin")