Fix interop test script
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user