Skip to content

Commit

Permalink
hopefully fixed CI :fingers_crossed:
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin committed Feb 15, 2023
1 parent f34110e commit e0f2ce8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
CARGO_UNSTABLE_SPARSE_REGISTRY: true

jobs:
buf-lint:
Expand Down Expand Up @@ -118,8 +119,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 }} build --release

test:
Expand All @@ -144,8 +145,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 }} test --release

doc:
Expand All @@ -171,8 +172,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 }} doc --release --no-deps

notify:
Expand Down

0 comments on commit e0f2ce8

Please sign in to comment.