Skip to content

Bump pest_derive from 2.7.8 to 2.7.9 #273

Bump pest_derive from 2.7.8 to 2.7.9

Bump pest_derive from 2.7.8 to 2.7.9 #273

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