Skip to content

Bump reqwest, use blocking API and fix SSL errors #21

Bump reqwest, use blocking API and fix SSL errors

Bump reqwest, use blocking API and fix SSL errors #21

Workflow file for this run

name: Test
on:
push:
branches:
- '*'
tags:
- '!refs/tags/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose
- name: Format
run: cargo fmt -- --check