Skip to content

Bump openssl from 0.10.68 to 0.10.70 #52

Bump openssl from 0.10.68 to 0.10.70

Bump openssl from 0.10.68 to 0.10.70 #52

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
ci:
runs-on: ubuntu-latest
env:
CC: gcc
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: cargo build --verbose
- run: cargo test
- run: cargo clippy -- -D warnings
- run: cargo fmt --all -- --check