We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a1332 commit 2e8b9edCopy full SHA for 2e8b9ed
.github/workflows/CI.yml
@@ -91,13 +91,14 @@ jobs:
91
- uses: hecrj/setup-rust-action@v2
92
with:
93
rust-version: "1.70" # msrv
94
+ - uses: taiki-e/install-action@cargo-no-dev-deps
95
- name: Install protoc
96
uses: taiki-e/install-action@v2
97
98
tool: protoc@${{ env.PROTOC_VERSION }}
99
- uses: Swatinem/rust-cache@v2
- - run: cargo check --workspace --all-targets --all-features
100
- - run: cargo doc --no-deps --package tonic --package tonic-build --package tonic-health --package tonic-reflection --package tonic-types --package tonic-web
+ - run: cargo no-dev-deps --no-private check --all-features
101
+ - run: cargo no-dev-deps --no-private doc --no-deps
102
env:
103
RUSTDOCFLAGS: "-D warnings"
104
0 commit comments