Fix interop test script

This commit is contained in:
Lucio Franco
2019-09-02 19:03:07 -04:00
parent 1087c9b8b5
commit 3dc58b6613
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
run: cargo check --all --no-default-features run: cargo check --all --no-default-features
- name: Run tests - name: Run tests
run: cargo test --all run: cargo test --all
- name: Run interop tests without tls - name: Run interop tests
run: ./tonic-interop/test.sh run: ./tonic-interop/test.sh
- name: Run interop tests with tls - name: Run interop tests with tls
run: ./tonic-interop/test.sh --use_tls run: ./tonic-interop/test.sh --use_tls