File: notrace.go

package info (click to toggle)
golang-github-getsentry-sentry-go 0.29.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,404 kB
  • sloc: makefile: 75; sh: 21
file content (7 lines) | stat: -rw-r--r-- 76 bytes parent folder | download
1
2
3
4
5
6
7
//go:build race

package testutils

func IsRaceTest() bool {
	return true
}