Skip to content

chore: Release kms-aead version 0.19.2 #270

chore: Release kms-aead version 0.19.2

chore: Release kms-aead version 0.19.2 #270

Workflow file for this run

name: tests & formatting
on:
push:
pull_request:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: rustfmt, clippy
- run: cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test --features "gcp-kms-encryption,aws-kms-encryption,serde,ring-aead-encryption"