Skip to content

Bump rustls from 0.23.15 to 0.23.18 #53

Bump rustls from 0.23.15 to 0.23.18

Bump rustls from 0.23.15 to 0.23.18 #53

Workflow file for this run

name: test suite
on: [push, pull_request]
jobs:
test:
name: cargo test
strategy:
matrix:
version: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, macos-latest]
runs-on: ${{ matrix.version }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --lib