Skip to content

Bump actions/checkout from 4 to 6 (#109) #198

Bump actions/checkout from 4 to 6 (#109)

Bump actions/checkout from 4 to 6 (#109) #198

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@v6
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- name: Test against OpenSSL locally
run: cargo test