Create interop.yml

This commit is contained in:
Lucio Franco
2019-09-03 17:00:22 -04:00
committed by GitHub
parent e48131bfbe
commit 5b60b7c10f
+19
View File
@@ -0,0 +1,19 @@
name: interop
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
rust: [nightly]
steps:
- uses: hecrj/setup-rust-action@master
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master
- name: Run interop tests
run: ./tonic-interop/test.sh
- name: Run interop tests with tls
run: ./tonic-interop/test.sh --use_tls