Add use_tls option for interop tests

This commit is contained in:
Lucio Franco
2019-09-02 18:20:22 -04:00
parent b82439af17
commit 6d09f4de25
5 changed files with 22 additions and 23 deletions
+3 -1
View File
@@ -21,5 +21,7 @@ jobs:
run: cargo check --all --all-features --all-targets
- name: Run tests
run: cargo test --all
- name: Run interop tests
- name: Run interop tests without tls
run: ./tonic-interop/test.sh
- name: Run interop tests with tls
run: ./tonic-interop/test.sh --use_tls