mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-22 00:04:26 +01:00
run unit tests in CI
This commit is contained in:
@@ -13,6 +13,10 @@ import (
|
||||
var defaultTimeout time.Duration = time.Second * 120
|
||||
|
||||
func TestLspd(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.Skip()
|
||||
return
|
||||
}
|
||||
testCases := allTestCases
|
||||
runTests(t, testCases, "LND-lsp-CLN-client", lndLspFunc, clnClientFunc)
|
||||
runTests(t, testCases, "LND-lsp-LND-client", legacyOnionLndLspFunc, lndClientFunc)
|
||||
|
||||
Reference in New Issue
Block a user