Skip to content

Bump serde_yaml from 0.9.33 to 0.9.34+deprecated #264

Bump serde_yaml from 0.9.33 to 0.9.34+deprecated

Bump serde_yaml from 0.9.33 to 0.9.34+deprecated #264

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