Skip to content

Commit

Permalink
Is there an achievement for this?
Browse files Browse the repository at this point in the history
testing out clippy install logic for ci
  • Loading branch information
nick-mobilecoin committed Feb 15, 2023
1 parent d74dad0 commit f34110e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: install protoc plugins
run: |
cargo install protoc-gen-prost
cargo install protoc-gen-tonic
cargo +${{ matrix.rust }} install protoc-gen-prost
cargo +${{ matrix.rust }} install protoc-gen-tonic
- run: cargo +${{ matrix.rust }} clippy --all --all-features -- -D warnings

build:
Expand Down Expand Up @@ -166,6 +166,9 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- uses: r7kamura/rust-problem-matchers@v1
- uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: install protoc plugins
run: |
cargo install protoc-gen-prost
Expand Down

0 comments on commit f34110e

Please sign in to comment.