Install protobuf compiler in CI tests
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -16,6 +16,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
|
- name: Install Protoc
|
||||||
|
uses: arduino/setup-protoc@v3
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: cargo test -p ${{ matrix.crate }}
|
run: cargo test -p ${{ matrix.crate }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user