Skip to content

elliptic-curve v0.13.4 (#1297) #1638

elliptic-curve v0.13.4 (#1297)

elliptic-curve v0.13.4 (#1297) #1638

name: async-signature
on:
pull_request:
paths:
- "signature/**"
- "Cargo.*"
push:
branches: master
defaults:
run:
working-directory: signature/async
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- stable
steps:
- uses: actions/checkout@v3
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo check --all-features
- run: cargo test --release
- run: cargo test --all-features --release
minimal-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
- uses: RustCrypto/actions/cargo-hack-install@master
- run: rm ../../Cargo.toml
- run: cargo update -Z minimal-versions
- run: cargo hack test --release --feature-powerset