chore: Prepare 0.8 release (#1044)
This commit is contained in:
@@ -26,6 +26,10 @@ jobs:
|
||||
run: rustup component add rustfmt
|
||||
- name: Install cargo-hack
|
||||
run: cargo install cargo-hack
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Check fmt
|
||||
run: cargo fmt -- --check
|
||||
@@ -59,6 +63,10 @@ jobs:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
- name: Install rustfmt
|
||||
run: rustup component add rustfmt
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- uses: actions/checkout@master
|
||||
- name: Run tests
|
||||
@@ -82,6 +90,10 @@ jobs:
|
||||
- name: Install rustfmt
|
||||
run: rustup component add rustfmt
|
||||
- uses: actions/checkout@master
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Run interop tests
|
||||
run: ./interop/test.sh
|
||||
|
||||
Reference in New Issue
Block a user