Skip to content

Bump reqwest from 0.11.24 to 0.12.3 (#56) #96

Bump reqwest from 0.11.24 to 0.12.3 (#56)

Bump reqwest from 0.11.24 to 0.12.3 (#56) #96

Workflow file for this run

name: Test
on:
push:
branches: master
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose