Add Windows build for interop crate (#126)
* Update rust interop test binaries to v1.25.1 * Add Windows build for interop crate
This commit is contained in:
committed by
Lucio Franco
parent
ed53be5779
commit
b2c1d2e2b7
@@ -57,7 +57,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
rust: [stable]
|
||||
|
||||
env:
|
||||
@@ -72,6 +72,7 @@ jobs:
|
||||
run: rustup component add rustfmt
|
||||
- name: Run interop tests
|
||||
run: ./tonic-interop/test.sh
|
||||
shell: bash
|
||||
- name: Run interop tests with tls
|
||||
run: ./tonic-interop/test.sh --use_tls
|
||||
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user