Merge branch 'master' of github.com:LucioFranco/tonic
This commit is contained in:
@@ -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
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
name: Tonic gRPC
|
name: test
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest]
|
os: [ubuntu-latest]
|
||||||
rust: [nightly]
|
rust: [nightly]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -23,7 +23,3 @@ 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
|
|
||||||
run: ./tonic-interop/test.sh
|
|
||||||
- name: Run interop tests with tls
|
|
||||||
run: ./tonic-interop/test.sh --use_tls
|
|
||||||
Reference in New Issue
Block a user