Skip to content

Bump thiserror from 1.0.61 to 1.0.63 #468

Bump thiserror from 1.0.61 to 1.0.63

Bump thiserror from 1.0.61 to 1.0.63 #468

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