Skip to content

zeroize 1.8.0 (#1065) #378

zeroize 1.8.0 (#1065)

zeroize 1.8.0 (#1065) #378

Workflow file for this run

name: fiat-constify
on:
pull_request:
paths:
- ".github/workflows/fiat-constify.yml"
- "fiat-constify/**"
- "Cargo.*"
push:
branches: master
permissions:
contents: read
defaults:
run:
working-directory: fiat-constify
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@stable
- run: cargo test