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:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v3
|
||||
- name: Run Tests
|
||||
run: cargo test -p ${{ matrix.crate }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user