Skip to content

Remove session keys from complete handshake struct #4

Remove session keys from complete handshake struct

Remove session keys from complete handshake struct #4

Workflow file for this run

name: Cargo Build & Test
on:
push:
pull_request:
jobs:
build:
name: Rust - latest
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose