mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
update github actions (#3538)
This commit is contained in:
@@ -56,10 +56,7 @@ func (m *MockServers) Run() error {
|
||||
if err := m.udsEchoServer.Run(); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := m.httpSimpleServer.Run(); err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
return m.httpSimpleServer.Run()
|
||||
}
|
||||
|
||||
func (m *MockServers) Close() {
|
||||
|
Reference in New Issue
Block a user