feat(examples): remote exex (#8890)

This commit is contained in:
Alexey Shekhirin
2024-06-24 14:40:35 +01:00
committed by GitHub
parent 07def85cda
commit 81b5fbf573
12 changed files with 1690 additions and 20 deletions

View File

@ -41,6 +41,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: arduino/setup-protoc@v3
- run: cargo clippy --workspace --lib --examples --tests --benches --all-features --locked
env:
RUSTFLAGS: -D warnings
@ -70,6 +71,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: arduino/setup-protoc@v3
- run: cargo hack check
msrv:
@ -105,6 +107,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: arduino/setup-protoc@v3
- run: cargo docs --document-private-items
env:
# Keep in sync with ./book.yml:jobs.build