Add go profiling flag, and enable on integration tests (#1382)

This commit is contained in:
Kristoffer Dalby
2023-04-27 16:57:11 +02:00
committed by GitHub
parent d0113732fe
commit 56dd734300
44 changed files with 333 additions and 13 deletions

1
app.go
View File

@@ -820,7 +820,6 @@ func (h *Headscale) Serve() error {
// And we're done:
cancel()
os.Exit(0)
}
}
}