From 3dc58b6613e3b383dc63f97107422a1ea94d40c4 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Mon, 2 Sep 2019 19:03:07 -0400 Subject: [PATCH] Fix interop test script --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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