Skip to content
Snippets Groups Projects
Commit 23ed7b1f authored by murgatroid99's avatar murgatroid99
Browse files

Add node client and server to the list of interop tests to run

parent c4e09f66
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
main() {
source grpc_docker.sh
test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming)
clients=(cxx java go ruby)
servers=(cxx java go ruby)
clients=(cxx java go ruby node)
servers=(cxx java go ruby node)
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.
Finish editing this message first!
Please register or to comment