Skip to content

fix(deps): update all non-major dependencies #619

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #619

Workflow file for this run

name: cargo-test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.64.0 # MSRV
profile: minimal
override: true
- run: cargo test