Skip to content

Merge pull request #413 from Mac-5/feature/swap-renegotiation #146

Merge pull request #413 from Mac-5/feature/swap-renegotiation

Merge pull request #413 from Mac-5/feature/swap-renegotiation #146

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Run tests
run: cargo test --workspace