Another attempt to fix the workflows
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -37,6 +37,8 @@ jobs:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v3
|
||||
- name: Run Clippy
|
||||
run: cargo clippy -p ${{ matrix.crate }}
|
||||
- name: Run formatting
|
||||
|
||||
Reference in New Issue
Block a user