Skip to content

Bump anyhow from 1.0.86 to 1.0.88 #484

Bump anyhow from 1.0.86 to 1.0.88

Bump anyhow from 1.0.86 to 1.0.88 #484

Workflow file for this run

name: CI Test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose