Skip to content
Snippets Groups Projects
Commit 1ee2e4f2 authored by Donna Dionne's avatar Donna Dionne
Browse files

Add csharp server to interop tests

parent a8edeae6
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ main() {
source grpc_docker.sh
test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming cancel_after_begin cancel_after_first_response)
clients=(cxx java go ruby node python csharp_mono)
servers=(cxx java go ruby node python)
servers=(cxx java go ruby node python csharp_mono)
for test_case in "${test_cases[@]}"
do
for client in "${clients[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment