diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0a62660..1f7dc1b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -23,7 +23,7 @@ jobs: run: cargo check --all --no-default-features - name: Run tests run: cargo test --all - - name: Run interop tests without tls + - name: Run interop tests run: ./tonic-interop/test.sh - name: Run interop tests with tls run: ./tonic-interop/test.sh --use_tls