Skip to content

Bump serde_yaml from 0.9.31 to 0.9.32 #219

Bump serde_yaml from 0.9.31 to 0.9.32

Bump serde_yaml from 0.9.31 to 0.9.32 #219

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: cargo test --workspace