Skip to content

chore(deps): bump openssl from 0.10.55 to 0.10.60 #47

chore(deps): bump openssl from 0.10.55 to 0.10.60

chore(deps): bump openssl from 0.10.55 to 0.10.60 #47

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout code
- name: Lint
run: cargo clippy -- -D warnings
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose