Skip to content

opaque-debug: release v0.3.1 (#1054) #359

opaque-debug: release v0.3.1 (#1054)

opaque-debug: release v0.3.1 (#1054) #359

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