Skip to content

Bump openssl from 0.10.75 to 0.10.78 #66

Bump openssl from 0.10.75 to 0.10.78

Bump openssl from 0.10.75 to 0.10.78 #66

Workflow file for this run

name: Rust CI/CD
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run tests
run: cargo test -- --test-threads=1