warp-openssl 0.6.1

OpenSSL bindings for Warp TLS server
Documentation
name: Rust

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
    - name: Generate Certificates
      run: cd certs && ./gencerts.sh
    - name: Build
      run: cargo build
    - name: Run tests
      run: cargo test