Fix rustfmt in tonic-build
This commit is contained in:
@@ -13,6 +13,8 @@ jobs:
|
||||
with:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
- uses: actions/checkout@master
|
||||
- name: Install rustfmt
|
||||
run: rustup component add rustfmt
|
||||
- name: Run interop tests
|
||||
run: ./tonic-interop/test.sh
|
||||
- name: Run interop tests with tls
|
||||
|
||||
Reference in New Issue
Block a user