mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 13:42:09 +00:00
fix: only reuse port for integration tests (#5817)
* fix: only reuse port for integration tests * exclude default listenConfig from integration build
This commit is contained in:
11
cmd/start/start_port.go
Normal file
11
cmd/start/start_port.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build !integration
|
||||
|
||||
package start
|
||||
|
||||
import (
|
||||
"net"
|
||||
)
|
||||
|
||||
func listenConfig() *net.ListenConfig {
|
||||
return &net.ListenConfig{}
|
||||
}
|
||||
Reference in New Issue
Block a user