Add helloworld tests with gRPC
This commit is contained in:
parent
8071f31721
commit
990ee89650
8 changed files with 370 additions and 0 deletions
|
@ -39,6 +39,7 @@ func init() {
|
|||
check.Suite(&DynamoDBSuite{})
|
||||
check.Suite(&ErrorPagesSuite{})
|
||||
check.Suite(&WebsocketSuite{})
|
||||
check.Suite(&GRPCSuite{})
|
||||
}
|
||||
|
||||
var traefikBinary = "../dist/traefik"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue