Skip to content

Bump rustls from 0.21.7 to 0.21.10 #47

Bump rustls from 0.21.7 to 0.21.10

Bump rustls from 0.21.7 to 0.21.10 #47

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
Check-and-Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cargo Check
run: cargo check --verbose
- name: Run tests
run: cargo test --verbose