Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: (lambda-http, lambda-extension): add missing docsrs feature annotations#576

chore: (lambda-http, lambda-extension): add missing docsrs feature annotations

chore: (lambda-http, lambda-extension): add missing docsrs feature annotations #576

Workflow file for this run

name:Check Lambda Runtime
on:
push:
paths:
-'lambda-runtime-api-client/**'
-'lambda-runtime/**'
-'lambda-http/**'
-'Cargo.toml'
pull_request:
paths:
-'lambda-runtime-api-client/**'
-'lambda-runtime/**'
-'lambda-http/**'
-'Cargo.toml'
jobs:
build-runtime:
runs-on:ubuntu-latest
strategy:
matrix:
toolchain:
-"1.81.0"# Current MSRV
-stable
env:
RUST_BACKTRACE:1
steps:
-uses:actions/checkout@v3
-name:Build Runtime API Client
uses:./.github/actions/rust-build
with:
package:lambda_runtime_api_client
toolchain:${{ matrix.toolchain}}
-name:Build Functions runtime
uses:./.github/actions/rust-build
with:
package:lambda_runtime
toolchain:${{ matrix.toolchain}}
-name:Build HTTP layer
uses:./.github/actions/rust-build
with:
package:lambda_http
toolchain:${{ matrix.toolchain}}
semver:
name:semver
needs:build-runtime
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-name:Check `lambda_runtime_api_client`, `lambda_runtime`, lambda_http` semver with only default features
uses:obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain:stable
package:lambda_runtime_api_client, lambda_runtime, lambda_http
feature-group:default-features
-name:Check `lambda_runtime_api_client`, `lambda_runtime`, lambda_http` semver with all features
uses:obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain:stable
package:lambda_runtime_api_client, lambda_runtime, lambda_http
feature-group:all-features

[8]ページ先頭

©2009-2025 Movatter.jp