Skip to content

chore(deps): bump openssl from 0.10.60 to 0.10.66 #249

chore(deps): bump openssl from 0.10.60 to 0.10.66

chore(deps): bump openssl from 0.10.60 to 0.10.66 #249

Workflow file for this run

---
name: PR
on:
pull_request:
jobs:
spec:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run fmt check
run: >
cargo fmt --
--check
- name: Run tests
run: >
cargo test
--verbose