adds integration tests to ci build

This commit is contained in:
bergquist
2018-12-17 16:36:57 +01:00
parent 11cde7ed71
commit dbcc2e868d
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -13,8 +13,6 @@ func init() {
registry.RegisterService(&ServerLockService{})
}
// DistributedLockService
// ServerLockService allows servers in HA mode to claim a lock
// and execute an function if the server was granted the lock
type ServerLockService struct {