Skip to content

Get rid of the getrandom and OsRng requirement #57

Get rid of the getrandom and OsRng requirement

Get rid of the getrandom and OsRng requirement #57

Workflow file for this run

name: validate-local-openssl
defaults:
run:
working-directory: validation/local_ping_pong_openssl
on:
pull_request:
paths-ignore:
- README.md
push:
branches: master
paths-ignore:
- README.md
permissions:
contents: read
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
jobs:
test:
strategy:
matrix:
toolchain:
- stable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- name: Test against OpenSSL locally
run: cargo test